Html Css Color HEX #120916 Blackcurrant

📋 copy color: '#120916'

red 18 ◦ green 9 ◦ blue 22

#120916
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #120916

Tints of Blackcurrant #120916

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.9%

R = 36.73%
G = 18.37%
B = 44.9%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120916 (or 0x120916) is known color: 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

RGB 18 9 22 -
CMYK 0.18 0.59 0 0.91
HSL 281.54º 0.42% 0.06% -
HSV(B) 281.54º 0.59% 0.09% -
XYZ 0.49 0.38 0.81 -
YUV 13.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 18 9 22 0.18 0.59 0 0.91 281.54 0.42 0.06
Hex 12 9 16 12 3B 0 5B 11A 2A 6
Octal 22 11 26 22 73 0 133 432 52 6
Binary 10010 1001 10110 10010 111011 0 1011011 100011010 101010 110

Color Harmonies of #120916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120916

Black with #120916

Text Example


Text Example

White with #120916

Text Example


Text Example

HTML Codes & Css Web 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>