Html Css Color HEX #213929 Holly

📋 copy color: '#213929'

red 33 ◦ green 57 ◦ blue 41

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

Shades of Holly #213929

Tints of Holly #213929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 43.51%

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

R = 25.19%
G = 43.51%
B = 31.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.78

RGB Variations

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

Color information

#213929 (or 0x213929) is known color: Holly. HEX triplet: 21, 39 and 29. RGB value is (33,57,41). Sum of RGB (Red+Green+Blue) = 33+57+41=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 57 - color contains mainly: green. Hex color #213929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213929 is #DEC6D6. Grayscale: #303030. Windows color (decimal): -14599895 or 2701601. OLE color: 2701601.

HSL color Cylindrical-coordinate representation of color #213929: hue angle of 140º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213929 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 57 41 -
CMYK 0.42 0 0.28 0.78
HSL 140º 0.27% 0.18% -
HSV(B) 140º 0.42% 0.22% -
XYZ 2.49 3.41 2.62 -
YUV 48 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 33 57 41 0.42 0 0.28 0.78 140 0.27 0.18
Hex 21 39 29 2A 0 1C 4E 8C 1B 12
Octal 41 71 51 52 0 34 116 214 33 22
Binary 100001 111001 101001 101010 0 11100 1001110 10001100 11011 10010

Color Harmonies of #213929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213929

Black with #213929

Text Example


Text Example

White with #213929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213929; }

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

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

background-color css

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

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

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

border-color css

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

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

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