#120119

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

Shades of Blackcurrant #120119

Tints of Blackcurrant #120119

Color information

#120119 (or 0x120119) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 19. RGB value is (18,1,25). Sum of RGB (Red+Green+Blue) = 18+1+25=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #120119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120119 is #EDFEE6. Grayscale: #080808. Windows color (decimal): -15597287 or 1638674. OLE color: 1638674.

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

Color convert

RGB18125-
CMYK0.280.9600.90
HSL282.5º92.31%5.1%-
HSV(B)282.5º96%9.8%-
XYZ0.440.220.94-
YUV8.82137.13134.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40.91%
GREEN value IS 1 (0.78% from 255) = 2.27%
BLUE value IS 25 (10.16% from 255) = 56.82%
R=40.91%
G=2.27%
B=56.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal181250.280.9600.90282.592.315.1
Hex121191C6005A11a5c5
Octal221313414001324321345
Binary10010111001111001100000010110101000110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120119; }

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

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

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

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

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

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

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

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