Html Css Color HEX #213429 Holly

📋 copy color: '#213429'

red 33 ◦ green 52 ◦ blue 41

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

Shades of Holly #213429

Tints of Holly #213429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.27%

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

R = 26.19%
G = 41.27%
B = 32.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#213429 (or 0x213429) is known color: Holly. HEX triplet: 21, 34 and 29. RGB value is (33,52,41). Sum of RGB (Red+Green+Blue) = 33+52+41=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 52 - color contains mainly: green. Hex color #213429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213429 is #DECBD6. Grayscale: #2D2D2D. Windows color (decimal): -14601175 or 2700321. OLE color: 2700321.

HSL color Cylindrical-coordinate representation of color #213429: hue angle of 145.26º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #213429 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 52 41 -
CMYK 0.37 0 0.21 0.80
HSL 145.26º 0.22% 0.17% -
HSV(B) 145.26º 0.37% 0.2% -
XYZ 2.26 2.94 2.55 -
YUV 45.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 33 52 41 0.37 0 0.21 0.80 145.26 0.22 0.17
Hex 21 34 29 25 0 15 50 91 16 11
Octal 41 64 51 45 0 25 120 221 26 21
Binary 100001 110100 101001 100101 0 10101 1010000 10010001 10110 10001

Color Harmonies of #213429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213429

Black with #213429

Text Example


Text Example

White with #213429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213429; }

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

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

background-color css

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

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

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

border-color css

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

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

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