#120B16

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

Shades of Blackcurrant #120B16

Tints of Blackcurrant #120B16

Color information

#120B16 (or 0x120B16) is unknown color: approx Blackcurrant. HEX triplet: 12, 0B and 16. RGB value is (18,11,22). Sum of RGB (Red+Green+Blue) = 18+11+22=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 22 - color contains mainly: blue. Hex color #120B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B16 is #EDF4E9. Grayscale: #0E0E0E. Windows color (decimal): -15594730 or 1444626. OLE color: 1444626.

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

Color convert

RGB181122-
CMYK0.180.500.91
HSL278.18º33.33%6.47%-
HSV(B)278.18º50%8.63%-
XYZ0.510.430.81-
YUV14.35132.32130.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 11 (4.69% from 255) = 21.57%
BLUE value IS 22 (8.98% from 255) = 43.14%
R=35.29%
G=21.57%
B=43.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1811220.180.500.91278.1833.336.47
Hex12B16123205B116216
Octal22132622620133426416
Binary100101011101101001011001001011011100010110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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