Html Css Color HEX #213417 Black Forest

📋 copy color: '#213417'

red 33 ◦ green 52 ◦ blue 23

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

Shades of Black Forest #213417

Tints of Black Forest #213417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 48.15%

 BLUE value IS 23 (9.38% from 255) = 21.3%

R = 30.56%
G = 48.15%
B = 21.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#213417 (or 0x213417) is known color: Black Forest. HEX triplet: 21, 34 and 17. RGB value is (33,52,23). Sum of RGB (Red+Green+Blue) = 33+52+23=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #213417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213417 is #DECBE8. Grayscale: #2B2B2B. Windows color (decimal): -14601193 or 1520673. OLE color: 1520673.

HSL color Cylindrical-coordinate representation of color #213417: hue angle of 99.31º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #213417 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 52 23 -
CMYK 0.37 0 0.56 0.80
HSL 99.31º 0.39% 0.15% -
HSV(B) 99.31º 0.56% 0.2% -
XYZ 2.01 2.84 1.25 -
YUV 43.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 33 52 23 0.37 0 0.56 0.80 99.31 0.39 0.15
Hex 21 34 17 25 0 38 50 63 27 F
Octal 41 64 27 45 0 70 120 143 47 17
Binary 100001 110100 10111 100101 0 111000 1010000 1100011 100111 1111

Color Harmonies of #213417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213417

Black with #213417

Text Example


Text Example

White with #213417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213417; }

 p { color: rgb(33,52,23); }

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

background-color css

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

 a { background-color: rgb(33,52,23); }

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

border-color css

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

 span { border-color: rgb(33,52,23); }

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