Html Css Color HEX #11200B Black Forest

📋 copy color: '#11200B'

red 17 ◦ green 32 ◦ blue 11

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

Shades of Black Forest #11200B

Tints of Black Forest #11200B

RGB

 RED value IS 17 (7.03% from 255) = 28.33%

 GREEN value IS 32 (12.89% from 255) = 53.33%

 BLUE value IS 11 (4.69% from 255) = 18.33%

R = 28.33%
G = 53.33%
B = 18.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#11200B (or 0x11200B) is known color: Black Forest. HEX triplet: 11, 20 and 0B. RGB value is (17,32,11). Sum of RGB (Red+Green+Blue) = 17+32+11=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #11200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11200B is #EEDFF4. Grayscale: #191919. Windows color (decimal): -15654901 or 729105. OLE color: 729105.

HSL color Cylindrical-coordinate representation of color #11200B: hue angle of 102.86º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #11200B is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 32 11 -
CMYK 0.47 0 0.66 0.87
HSL 102.86º 0.49% 0.08% -
HSV(B) 102.86º 0.66% 0.13% -
XYZ 0.81 1.18 0.5 -
YUV 25.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 17 32 11 0.47 0 0.66 0.87 102.86 0.49 0.08
Hex 11 20 B 2F 0 42 57 67 31 8
Octal 21 40 13 57 0 102 127 147 61 10
Binary 10001 100000 1011 101111 0 1000010 1010111 1100111 110001 1000

Color Harmonies of #11200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11200B

Black with #11200B

Text Example


Text Example

White with #11200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11200B; }

 p { color: rgb(17,32,11); }

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

background-color css

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

 a { background-color: rgb(17,32,11); }

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

border-color css

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

 span { border-color: rgb(17,32,11); }

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