Html Css Color HEX #213915 Black Forest

📋 copy color: '#213915'

red 33 ◦ green 57 ◦ blue 21

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

Shades of Black Forest #213915

Tints of Black Forest #213915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 51.35%

 BLUE value IS 21 (8.59% from 255) = 18.92%

R = 29.73%
G = 51.35%
B = 18.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#213915 (or 0x213915) is known color: Black Forest. HEX triplet: 21, 39 and 15. RGB value is (33,57,21). Sum of RGB (Red+Green+Blue) = 33+57+21=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #213915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213915 is #DEC6EA. Grayscale: #2D2D2D. Windows color (decimal): -14599915 or 1390881. OLE color: 1390881.

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

Color convert

RGB 33 57 21 -
CMYK 0.42 0 0.63 0.78
HSL 100º 0.46% 0.15% -
HSV(B) 100º 0.63% 0.22% -
XYZ 2.23 3.3 1.23 -
YUV 45.72 114.05 118.93 -
System Red Green Blue C M Y K H S L
Decimal 33 57 21 0.42 0 0.63 0.78 100 0.46 0.15
Hex 21 39 15 2A 0 3F 4E 64 2E F
Octal 41 71 25 52 0 77 116 144 56 17
Binary 100001 111001 10101 101010 0 111111 1001110 1100100 101110 1111

Color Harmonies of #213915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213915

Black with #213915

Text Example


Text Example

White with #213915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213915; }

 p { color: rgb(33,57,21); }

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

background-color css

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

 a { background-color: rgb(33,57,21); }

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

border-color css

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

 span { border-color: rgb(33,57,21); }

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