Html Css Color HEX #213529 Holly

📋 copy color: '#213529'

red 33 ◦ green 53 ◦ blue 41

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

Shades of Holly #213529

Tints of Holly #213529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 32.28%

R = 25.98%
G = 41.73%
B = 32.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#213529 (or 0x213529) is known color: Holly. HEX triplet: 21, 35 and 29. RGB value is (33,53,41). Sum of RGB (Red+Green+Blue) = 33+53+41=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 53 - color contains mainly: green. Hex color #213529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213529 is #DECAD6. Grayscale: #2D2D2D. Windows color (decimal): -14600919 or 2700577. OLE color: 2700577.

HSL color Cylindrical-coordinate representation of color #213529: hue angle of 144º 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 #213529 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 53 41 -
CMYK 0.38 0 0.23 0.79
HSL 144º 0.23% 0.17% -
HSV(B) 144º 0.38% 0.21% -
XYZ 2.3 3.03 2.56 -
YUV 45.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 33 53 41 0.38 0 0.23 0.79 144 0.23 0.17
Hex 21 35 29 26 0 17 4F 90 17 11
Octal 41 65 51 46 0 27 117 220 27 21
Binary 100001 110101 101001 100110 0 10111 1001111 10010000 10111 10001

Color Harmonies of #213529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213529

Black with #213529

Text Example


Text Example

White with #213529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213529; }

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

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

background-color css

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

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

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

border-color css

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

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

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