Html Css Color HEX #111C0D Black Forest

📋 copy color: '#111C0D'

red 17 ◦ green 28 ◦ blue 13

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

Shades of Black Forest #111C0D

Tints of Black Forest #111C0D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 48.28%

 BLUE value IS 13 (5.47% from 255) = 22.41%

R = 29.31%
G = 48.28%
B = 22.41%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.54

 K value IS 0.89

RGB Variations

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

Color information

#111C0D (or 0x111C0D) is known color: Black Forest. HEX triplet: 11, 1C and 0D. RGB value is (17,28,13). Sum of RGB (Red+Green+Blue) = 17+28+13=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 28 (11.33% from 255 or 48.28% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 28 - color contains mainly: green. Hex color #111C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C0D is #EEE3F2. Grayscale: #171717. Windows color (decimal): -15655923 or 859153. OLE color: 859153.

HSL color Cylindrical-coordinate representation of color #111C0D: hue angle of 104º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #111C0D is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 28 13 -
CMYK 0.39 0 0.54 0.89
HSL 104º 0.37% 0.08% -
HSV(B) 104º 0.54% 0.11% -
XYZ 0.72 0.98 0.53 -
YUV 23 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 17 28 13 0.39 0 0.54 0.89 104 0.37 0.08
Hex 11 1C D 27 0 36 59 68 25 8
Octal 21 34 15 47 0 66 131 150 45 10
Binary 10001 11100 1101 100111 0 110110 1011001 1101000 100101 1000

Color Harmonies of #111C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111C0D

Black with #111C0D

Text Example


Text Example

White with #111C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111C0D; }

 p { color: rgb(17,28,13); }

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

background-color css

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

 a { background-color: rgb(17,28,13); }

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

border-color css

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

 span { border-color: rgb(17,28,13); }

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