#120A20

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

Shades of Blackcurrant #120A20

Tints of Blackcurrant #120A20

Color information

#120A20 (or 0x120A20) is unknown color: approx Blackcurrant. HEX triplet: 12, 0A and 20. RGB value is (18,10,32). Sum of RGB (Red+Green+Blue) = 18+10+32=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 32 (12.89% from 255 or 53.33% from 60); Max value from RGB is 32 - color contains mainly: blue. Hex color #120A20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A20 is #EDF5DF. Grayscale: #0E0E0E. Windows color (decimal): -15594976 or 2099730. OLE color: 2099730.

HSL color Cylindrical-coordinate representation of color #120A20: hue angle of 261.82º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #120A20 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB181032-
CMYK0.440.6900.87
HSL261.82º52.38%8.24%-
HSV(B)261.82º68.75%12.55%-
XYZ0.620.451.42-
YUV14.9137.65130.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 10 (4.30% from 255) = 16.67%
BLUE value IS 32 (12.89% from 255) = 53.33%
R=30%
G=16.67%
B=53.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1810320.440.6900.87261.8252.388.24
Hex12A202C45057106348
Octal2212405410501274066410
Binary1001010101000001011001000101010101111000001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,10,32); }

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

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

 a { background-color: rgb(18,10,32); }

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

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

 span { border-color: rgb(18,10,32); }

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