Html Css Color HEX #121611 Black Forest

📋 copy color: '#121611'

red 18 ◦ green 22 ◦ blue 17

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

Shades of Black Forest #121611

Tints of Black Forest #121611

RGB

 RED value IS 18 (7.42% from 255) = 31.58%

 GREEN value IS 22 (8.98% from 255) = 38.6%

 BLUE value IS 17 (7.03% from 255) = 29.82%

R = 31.58%
G = 38.6%
B = 29.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.91

RGB Variations

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

Color information

#121611 (or 0x121611) is known color: Black Forest. HEX triplet: 12, 16 and 11. RGB value is (18,22,17). Sum of RGB (Red+Green+Blue) = 18+22+17=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 22 - color contains mainly: green. Hex color #121611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121611 is #EDE9EE. Grayscale: #141414. Windows color (decimal): -15591919 or 1119762. OLE color: 1119762.

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

Color convert

RGB 18 22 17 -
CMYK 0.18 0 0.23 0.91
HSL 108º 0.13% 0.08% -
HSV(B) 108º 0.23% 0.09% -
XYZ 0.64 0.74 0.64 -
YUV 20.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 18 22 17 0.18 0 0.23 0.91 108 0.13 0.08
Hex 12 16 11 12 0 17 5B 6C D 8
Octal 22 26 21 22 0 27 133 154 15 10
Binary 10010 10110 10001 10010 0 10111 1011011 1101100 1101 1000

Color Harmonies of #121611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121611

Black with #121611

Text Example


Text Example

White with #121611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121611; }

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

 H1.HeaderClassName
 {
   color: #121611;
 }
 .AnyTagClassName
 {
   color: #121611;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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