Html Css Color HEX #213318 Black Forest

📋 copy color: '#213318'

red 33 ◦ green 51 ◦ blue 24

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

Shades of Black Forest #213318

Tints of Black Forest #213318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 47.22%

 BLUE value IS 24 (9.77% from 255) = 22.22%

R = 30.56%
G = 47.22%
B = 22.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#213318 (or 0x213318) is known color: Black Forest. HEX triplet: 21, 33 and 18. RGB value is (33,51,24). Sum of RGB (Red+Green+Blue) = 33+51+24=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #213318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213318 is #DECCE7. Grayscale: #2A2A2A. Windows color (decimal): -14601448 or 1585953. OLE color: 1585953.

HSL color Cylindrical-coordinate representation of color #213318: hue angle of 100º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #213318 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB 33 51 24 -
CMYK 0.35 0 0.53 0.8
HSL 100º 0.36% 0.15% -
HSV(B) 100º 0.53% 0.2% -
XYZ 1.98 2.76 1.29 -
YUV 42.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 33 51 24 0.35 0 0.53 0.8 100 0.36 0.15
Hex 21 33 18 23 0 35 50 64 24 F
Octal 41 63 30 43 0 65 120 144 44 17
Binary 100001 110011 11000 100011 0 110101 1010000 1100100 100100 1111

Color Harmonies of #213318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213318

Black with #213318

Text Example


Text Example

White with #213318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213318; }

 p { color: rgb(33,51,24); }

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

background-color css

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

 a { background-color: rgb(33,51,24); }

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

border-color css

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

 span { border-color: rgb(33,51,24); }

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