Html Css Color HEX #213528 Holly

📋 copy color: '#213528'

red 33 ◦ green 53 ◦ blue 40

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

Shades of Holly #213528

Tints of Holly #213528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.75%

R = 26.19%
G = 42.06%
B = 31.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#213528 (or 0x213528) is known color: Holly. HEX triplet: 21, 35 and 28. RGB value is (33,53,40). Sum of RGB (Red+Green+Blue) = 33+53+40=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 53 - color contains mainly: green. Hex color #213528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213528 is #DECAD7. Grayscale: #2D2D2D. Windows color (decimal): -14600920 or 2635041. OLE color: 2635041.

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

Color convert

RGB 33 53 40 -
CMYK 0.38 0 0.25 0.79
HSL 141º 0.23% 0.17% -
HSV(B) 141º 0.38% 0.21% -
XYZ 2.28 3.02 2.47 -
YUV 45.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 33 53 40 0.38 0 0.25 0.79 141 0.23 0.17
Hex 21 35 28 26 0 19 4F 8D 17 11
Octal 41 65 50 46 0 31 117 215 27 21
Binary 100001 110101 101000 100110 0 11001 1001111 10001101 10111 10001

Color Harmonies of #213528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213528

Black with #213528

Text Example


Text Example

White with #213528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213528; }

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

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

background-color css

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

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

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

border-color css

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

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

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