Html Css Color HEX #213813 Black Forest

📋 copy color: '#213813'

red 33 ◦ green 56 ◦ blue 19

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

Shades of Black Forest #213813

Tints of Black Forest #213813

RGB

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

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

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

R = 30.56%
G = 51.85%
B = 17.59%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#213813 (or 0x213813) is known color: Black Forest. HEX triplet: 21, 38 and 13. RGB value is (33,56,19). Sum of RGB (Red+Green+Blue) = 33+56+19=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #213813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213813 is #DEC7EC. Grayscale: #2D2D2D. Windows color (decimal): -14600173 or 1259553. OLE color: 1259553.

HSL color Cylindrical-coordinate representation of color #213813: hue angle of 97.3º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #213813 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 56 19 -
CMYK 0.41 0 0.66 0.78
HSL 97.3º 0.49% 0.15% -
HSV(B) 97.3º 0.66% 0.22% -
XYZ 2.16 3.2 1.12 -
YUV 44.91 113.38 119.51 -
System Red Green Blue C M Y K H S L
Decimal 33 56 19 0.41 0 0.66 0.78 97.3 0.49 0.15
Hex 21 38 13 29 0 42 4E 61 31 F
Octal 41 70 23 51 0 102 116 141 61 17
Binary 100001 111000 10011 101001 0 1000010 1001110 1100001 110001 1111

Color Harmonies of #213813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213813

Black with #213813

Text Example


Text Example

White with #213813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213813; }

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

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

background-color css

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

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

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

border-color css

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

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

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