#120419

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

Shades of Blackcurrant #120419

Tints of Blackcurrant #120419

Color information

#120419 (or 0x120419) is unknown color: approx Blackcurrant. HEX triplet: 12, 04 and 19. RGB value is (18,4,25). Sum of RGB (Red+Green+Blue) = 18+4+25=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #120419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120419 is #EDFBE6. Grayscale: #0A0A0A. Windows color (decimal): -15596519 or 1639442. OLE color: 1639442.

HSL color Cylindrical-coordinate representation of color #120419: hue angle of 280º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #120419 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB18425-
CMYK0.280.8400.90
HSL280º72.41%5.69%-
HSV(B)280º84%9.8%-
XYZ0.470.290.95-
YUV10.58136.14133.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 4 (1.95% from 255) = 8.51%
BLUE value IS 25 (10.16% from 255) = 53.19%
R=38.30%
G=8.51%
B=53.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal184250.280.8400.9028072.415.69
Hex124191C5405A118486
Octal224313412401324301106
Binary1001010011001111001010100010110101000110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120419; }

 p { color: rgb(18,4,25); }

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

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

 a { background-color: rgb(18,4,25); }

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

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

 span { border-color: rgb(18,4,25); }

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