#120D17

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

Shades of Blackcurrant #120D17

Tints of Blackcurrant #120D17

Color information

#120D17 (or 0x120D17) is unknown color: approx Blackcurrant. HEX triplet: 12, 0D and 17. RGB value is (18,13,23). Sum of RGB (Red+Green+Blue) = 18+13+23=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 23 - color contains mainly: blue. Hex color #120D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D17 is #EDF2E8. Grayscale: #0F0F0F. Windows color (decimal): -15594217 or 1510674. OLE color: 1510674.

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

Color convert

RGB181323-
CMYK0.220.4300.91
HSL270º27.78%7.06%-
HSV(B)270º43.48%9.02%-
XYZ0.550.480.87-
YUV15.63132.16129.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.33%
GREEN value IS 13 (5.47% from 255) = 24.07%
BLUE value IS 23 (9.38% from 255) = 42.59%
R=33.33%
G=24.07%
B=42.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1813230.220.4300.9127027.787.06
Hex12D17162B05B10e1c7
Octal22152726530133416347
Binary10010110110111101101010110101101110000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,13,23); }

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

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

 a { background-color: rgb(18,13,23); }

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

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

 span { border-color: rgb(18,13,23); }

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