Html Css Color HEX #131811 Black Forest

📋 copy color: '#131811'

red 19 ◦ green 24 ◦ blue 17

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

Shades of Black Forest #131811

Tints of Black Forest #131811

RGB

 RED value IS 19 (7.81% from 255) = 31.67%

 GREEN value IS 24 (9.77% from 255) = 40%

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

R = 31.67%
G = 40%
B = 28.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.91

RGB Variations

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

Color information

#131811 (or 0x131811) is known color: Black Forest. HEX triplet: 13, 18 and 11. RGB value is (19,24,17). Sum of RGB (Red+Green+Blue) = 19+24+17=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 24 - color contains mainly: green. Hex color #131811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131811 is #ECE7EE. Grayscale: #151515. Windows color (decimal): -15525871 or 1120275. OLE color: 1120275.

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

Color convert

RGB 19 24 17 -
CMYK 0.21 0 0.29 0.91
HSL 102.86º 0.17% 0.08% -
HSV(B) 102.86º 0.29% 0.09% -
XYZ 0.7 0.83 0.65 -
YUV 21.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 19 24 17 0.21 0 0.29 0.91 102.86 0.17 0.08
Hex 13 18 11 15 0 1D 5B 67 11 8
Octal 23 30 21 25 0 35 133 147 21 10
Binary 10011 11000 10001 10101 0 11101 1011011 1100111 10001 1000

Color Harmonies of #131811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131811

Black with #131811

Text Example


Text Example

White with #131811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131811; }

 p { color: rgb(19,24,17); }

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

background-color css

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

 a { background-color: rgb(19,24,17); }

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

border-color css

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

 span { border-color: rgb(19,24,17); }

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