#120F16

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

Shades of Blackcurrant #120F16

Tints of Blackcurrant #120F16

Color information

#120F16 (or 0x120F16) is unknown color: approx Blackcurrant. HEX triplet: 12, 0F and 16. RGB value is (18,15,22). Sum of RGB (Red+Green+Blue) = 18+15+22=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 22 - color contains mainly: blue. Hex color #120F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F16 is #EDF0E9. Grayscale: #101010. Windows color (decimal): -15593706 or 1445650. OLE color: 1445650.

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

Color convert

RGB181522-
CMYK0.180.3200.91
HSL265.71º18.92%7.25%-
HSV(B)265.71º31.82%8.63%-
XYZ0.570.530.83-
YUV16.7130.99128.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 15 (6.25% from 255) = 27.27%
BLUE value IS 22 (8.98% from 255) = 40%
R=32.73%
G=27.27%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1815220.180.3200.91265.7118.927.25
Hex12F16122005B10a137
Octal22172622400133412237
Binary10010111110110100101000000101101110000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,15,22); }

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

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

 a { background-color: rgb(18,15,22); }

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

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

 span { border-color: rgb(18,15,22); }

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