Html Css Color HEX #141813 Black Forest

📋 copy color: '#141813'

red 20 ◦ green 24 ◦ blue 19

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

Shades of Black Forest #141813

Tints of Black Forest #141813

RGB

 RED value IS 20 (8.2% from 255) = 31.75%

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

 BLUE value IS 19 (7.81% from 255) = 30.16%

R = 31.75%
G = 38.1%
B = 30.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#141813 (or 0x141813) is known color: Black Forest. HEX triplet: 14, 18 and 13. RGB value is (20,24,19). Sum of RGB (Red+Green+Blue) = 20+24+19=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 24 - color contains mainly: green. Hex color #141813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141813 is #EBE7EC. Grayscale: #161616. Windows color (decimal): -15460333 or 1251348. OLE color: 1251348.

HSL color Cylindrical-coordinate representation of color #141813: 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.21%. Process color model (Four color, CMYK) of #141813 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 24 19 -
CMYK 0.17 0 0.21 0.91
HSL 108º 0.12% 0.08% -
HSV(B) 108º 0.21% 0.09% -
XYZ 0.73 0.85 0.74 -
YUV 22.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 20 24 19 0.17 0 0.21 0.91 108 0.12 0.08
Hex 14 18 13 11 0 15 5B 6C C 8
Octal 24 30 23 21 0 25 133 154 14 10
Binary 10100 11000 10011 10001 0 10101 1011011 1101100 1100 1000

Color Harmonies of #141813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141813

Black with #141813

Text Example


Text Example

White with #141813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141813; }

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

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

background-color css

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

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

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

border-color css

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

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

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