#301840

Color #301840 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #301840

Tints of Blackcurrant #301840

Color information

#301840 (or 0x301840) is unknown color: approx Blackcurrant. HEX triplet: 30, 18 and 40. RGB value is (48,24,64). Sum of RGB (Red+Green+Blue) = 48+24+64=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #301840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301840 is #CFE7BF. Grayscale: #232323. Windows color (decimal): -13625280 or 4200496. OLE color: 4200496.

HSL color Cylindrical-coordinate representation of color #301840: hue angle of 276º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301840 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB482464-
CMYK0.250.6200.75
HSL276º45.45%17.25%-
HSV(B)276º62.5%25.1%-
XYZ2.471.655.04-
YUV35.74143.95136.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 35.29%
GREEN value IS 24 (9.77% from 255) = 17.65%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=35.29%
G=17.65%
B=47.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4824640.250.6200.7527645.4517.25
Hex301840193E04B1142d11
Octal6030100317601134245521
Binary110000110001000000110011111100100101110001010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301840; }

 p { color: rgb(48,24,64); }

 H1.HeaderClassName
 {
   color: #301840;
 }
 .AnyTagClassName
 {
   color: #301840;
 }
</style>
background-color css

<style>
 a { background-color: #301840; }

 a { background-color: rgb(48,24,64); }

 div.DivClassName
 {
   background-color: #301840;
 }
 .BgClassName
 {
   background-color: #301840;
 }
</style>
border-color css

<style>
 span { border-color: #301840; }

 span { border-color: rgb(48,24,64); }

 td.TdClassName
 {
   border-color: #301840;
 }
 .TagClassName
 {
   border-color: #301840;
 }
</style>