#120C19

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

Shades of Blackcurrant #120C19

Tints of Blackcurrant #120C19

Color information

#120C19 (or 0x120C19) is unknown color: approx Blackcurrant. HEX triplet: 12, 0C and 19. RGB value is (18,12,25). Sum of RGB (Red+Green+Blue) = 18+12+25=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 25 - color contains mainly: blue. Hex color #120C19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C19 is #EDF3E6. Grayscale: #0F0F0F. Windows color (decimal): -15594471 or 1641490. OLE color: 1641490.

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

Color convert

RGB181225-
CMYK0.280.5200.90
HSL267.69º35.14%7.25%-
HSV(B)267.69º52%9.8%-
XYZ0.560.460.98-
YUV15.28133.49129.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 12 (5.08% from 255) = 21.82%
BLUE value IS 25 (10.16% from 255) = 45.45%
R=32.73%
G=21.82%
B=45.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1812250.280.5200.90267.6935.147.25
Hex12C191C3405A10c237
Octal22143134640132414437
Binary100101100110011110011010001011010100001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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