#120B19

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

Shades of Blackcurrant #120B19

Tints of Blackcurrant #120B19

Color information

#120B19 (or 0x120B19) is unknown color: approx Blackcurrant. HEX triplet: 12, 0B and 19. RGB value is (18,11,25). Sum of RGB (Red+Green+Blue) = 18+11+25=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 25 - color contains mainly: blue. Hex color #120B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B19 is #EDF4E6. Grayscale: #0E0E0E. Windows color (decimal): -15594727 or 1641234. OLE color: 1641234.

HSL color Cylindrical-coordinate representation of color #120B19: hue angle of 270º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #120B19 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB181125-
CMYK0.280.5600.90
HSL270º38.89%7.06%-
HSV(B)270º56%9.8%-
XYZ0.540.440.98-
YUV14.69133.82130.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.33%
GREEN value IS 11 (4.69% from 255) = 20.37%
BLUE value IS 25 (10.16% from 255) = 46.30%
R=33.33%
G=20.37%
B=46.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1811250.280.5600.9027038.897.06
Hex12B191C3805A10e277
Octal22133134700132416477
Binary100101011110011110011100001011010100001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120B19; }

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

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

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

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

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

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

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

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