Html Css Color HEX #131712 Black Forest

📋 copy color: '#131712'

red 19 ◦ green 23 ◦ blue 18

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

Shades of Black Forest #131712

Tints of Black Forest #131712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 38.33%

 BLUE value IS 18 (7.42% from 255) = 30%

R = 31.67%
G = 38.33%
B = 30%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#131712 (or 0x131712) is known color: Black Forest. HEX triplet: 13, 17 and 12. RGB value is (19,23,18). Sum of RGB (Red+Green+Blue) = 19+23+18=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 23 - color contains mainly: green. Hex color #131712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131712 is #ECE8ED. Grayscale: #151515. Windows color (decimal): -15526126 or 1185555. OLE color: 1185555.

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

Color convert

RGB 19 23 18 -
CMYK 0.17 0 0.22 0.91
HSL 108º 0.12% 0.08% -
HSV(B) 108º 0.22% 0.09% -
XYZ 0.68 0.79 0.69 -
YUV 21.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 19 23 18 0.17 0 0.22 0.91 108 0.12 0.08
Hex 13 17 12 11 0 16 5B 6C C 8
Octal 23 27 22 21 0 26 133 154 14 10
Binary 10011 10111 10010 10001 0 10110 1011011 1101100 1100 1000

Color Harmonies of #131712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131712

Black with #131712

Text Example


Text Example

White with #131712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131712; }

 p { color: rgb(19,23,18); }

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

background-color css

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

 a { background-color: rgb(19,23,18); }

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

border-color css

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

 span { border-color: rgb(19,23,18); }

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