Html Css Color HEX #213514 Black Forest

📋 copy color: '#213514'

red 33 ◦ green 53 ◦ blue 20

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

Shades of Black Forest #213514

Tints of Black Forest #213514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 50%

 BLUE value IS 20 (8.2% from 255) = 18.87%

R = 31.13%
G = 50%
B = 18.87%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#213514 (or 0x213514) is known color: Black Forest. HEX triplet: 21, 35 and 14. RGB value is (33,53,20). Sum of RGB (Red+Green+Blue) = 33+53+20=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 53 (21.09% from 255 or 50% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 53 - color contains mainly: green. Hex color #213514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213514 is #DECAEB. Grayscale: #2B2B2B. Windows color (decimal): -14600940 or 1324321. OLE color: 1324321.

HSL color Cylindrical-coordinate representation of color #213514: hue angle of 96.36º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213514 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 53 20 -
CMYK 0.38 0 0.62 0.79
HSL 96.36º 0.45% 0.14% -
HSV(B) 96.36º 0.62% 0.21% -
XYZ 2.03 2.92 1.12 -
YUV 43.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 33 53 20 0.38 0 0.62 0.79 96.36 0.45 0.14
Hex 21 35 14 26 0 3E 4F 60 2D E
Octal 41 65 24 46 0 76 117 140 55 16
Binary 100001 110101 10100 100110 0 111110 1001111 1100000 101101 1110

Color Harmonies of #213514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213514

Black with #213514

Text Example


Text Example

White with #213514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213514; }

 p { color: rgb(33,53,20); }

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

background-color css

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

 a { background-color: rgb(33,53,20); }

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

border-color css

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

 span { border-color: rgb(33,53,20); }

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