Html Css Color HEX #213729 Holly

📋 copy color: '#213729'

red 33 ◦ green 55 ◦ blue 41

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

Shades of Holly #213729

Tints of Holly #213729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.64%

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

R = 25.58%
G = 42.64%
B = 31.78%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#213729 (or 0x213729) is known color: Holly. HEX triplet: 21, 37 and 29. RGB value is (33,55,41). Sum of RGB (Red+Green+Blue) = 33+55+41=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 55 - color contains mainly: green. Hex color #213729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213729 is #DEC8D6. Grayscale: #2E2E2E. Windows color (decimal): -14600407 or 2701089. OLE color: 2701089.

HSL color Cylindrical-coordinate representation of color #213729: hue angle of 141.82º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #213729 is Cyan = 0.4, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 55 41 -
CMYK 0.4 0 0.25 0.78
HSL 141.82º 0.25% 0.17% -
HSV(B) 141.82º 0.4% 0.22% -
XYZ 2.39 3.22 2.59 -
YUV 46.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 33 55 41 0.4 0 0.25 0.78 141.82 0.25 0.17
Hex 21 37 29 28 0 19 4E 8E 19 11
Octal 41 67 51 50 0 31 116 216 31 21
Binary 100001 110111 101001 101000 0 11001 1001110 10001110 11001 10001

Color Harmonies of #213729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213729

Black with #213729

Text Example


Text Example

White with #213729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213729; }

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

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

background-color css

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

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

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

border-color css

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

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

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