Html Css Color HEX #213811 Black Forest

📋 copy color: '#213811'

red 33 ◦ green 56 ◦ blue 17

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

Shades of Black Forest #213811

Tints of Black Forest #213811

RGB

 RED value IS 33 (13.28% from 255) = 31.13%

 GREEN value IS 56 (22.27% from 255) = 52.83%

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

R = 31.13%
G = 52.83%
B = 16.04%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#213811 (or 0x213811) is known color: Black Forest. HEX triplet: 21, 38 and 11. RGB value is (33,56,17). Sum of RGB (Red+Green+Blue) = 33+56+17=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #213811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213811 is #DEC7EE. Grayscale: #2C2C2C. Windows color (decimal): -14600175 or 1128481. OLE color: 1128481.

HSL color Cylindrical-coordinate representation of color #213811: hue angle of 95.38º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #213811 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 56 17 -
CMYK 0.41 0 0.70 0.78
HSL 95.38º 0.53% 0.14% -
HSV(B) 95.38º 0.7% 0.22% -
XYZ 2.14 3.19 1.03 -
YUV 44.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 33 56 17 0.41 0 0.70 0.78 95.38 0.53 0.14
Hex 21 38 11 29 0 46 4E 5F 35 E
Octal 41 70 21 51 0 106 116 137 65 16
Binary 100001 111000 10001 101001 0 1000110 1001110 1011111 110101 1110

Color Harmonies of #213811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213811

Black with #213811

Text Example


Text Example

White with #213811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213811; }

 p { color: rgb(33,56,17); }

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

background-color css

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

 a { background-color: rgb(33,56,17); }

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

border-color css

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

 span { border-color: rgb(33,56,17); }

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