Html Css Color HEX #11190E Black Forest

📋 copy color: '#11190E'

red 17 ◦ green 25 ◦ blue 14

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

Shades of Black Forest #11190E

Tints of Black Forest #11190E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 44.64%

 BLUE value IS 14 (5.86% from 255) = 25%

R = 30.36%
G = 44.64%
B = 25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.90

RGB Variations

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

Color information

#11190E (or 0x11190E) is known color: Black Forest. HEX triplet: 11, 19 and 0E. RGB value is (17,25,14). Sum of RGB (Red+Green+Blue) = 17+25+14=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 25 - color contains mainly: green. Hex color #11190E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11190E is #EEE6F1. Grayscale: #151515. Windows color (decimal): -15656690 or 923921. OLE color: 923921.

HSL color Cylindrical-coordinate representation of color #11190E: hue angle of 103.64º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #11190E is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.90.

Color convert

RGB 17 25 14 -
CMYK 0.32 0 0.44 0.90
HSL 103.64º 0.28% 0.08% -
HSV(B) 103.64º 0.44% 0.1% -
XYZ 0.66 0.85 0.54 -
YUV 21.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 17 25 14 0.32 0 0.44 0.90 103.64 0.28 0.08
Hex 11 19 E 20 0 2C 5A 68 1C 8
Octal 21 31 16 40 0 54 132 150 34 10
Binary 10001 11001 1110 100000 0 101100 1011010 1101000 11100 1000

Color Harmonies of #11190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11190E

Black with #11190E

Text Example


Text Example

White with #11190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11190E; }

 p { color: rgb(17,25,14); }

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

background-color css

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

 a { background-color: rgb(17,25,14); }

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

border-color css

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

 span { border-color: rgb(17,25,14); }

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