#120916

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

Shades of Blackcurrant #120916

Tints of Blackcurrant #120916

Color information

#120916 (or 0x120916) is unknown color: approx Blackcurrant. HEX triplet: 12, 09 and 16. RGB value is (18,9,22). Sum of RGB (Red+Green+Blue) = 18+9+22=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 22 - color contains mainly: blue. Hex color #120916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120916 is #EDF6E9. Grayscale: #0D0D0D. Windows color (decimal): -15595242 or 1444114. OLE color: 1444114.

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

Color convert

RGB18922-
CMYK0.180.5900.91
HSL281.54º41.94%6.08%-
HSV(B)281.54º59.09%8.63%-
XYZ0.490.380.81-
YUV13.17132.98131.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36.73%
GREEN value IS 9 (3.91% from 255) = 18.37%
BLUE value IS 22 (8.98% from 255) = 44.90%
R=36.73%
G=18.37%
B=44.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal189220.180.5900.91281.5441.946.08
Hex12916123B05B11a2a6
Octal22112622730133432526
Binary100101001101101001011101101011011100011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120916; }

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

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

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

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

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

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

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

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