Html Css Color HEX #203929 Holly

📋 copy color: '#203929'

red 32 ◦ green 57 ◦ blue 41

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

Shades of Holly #203929

Tints of Holly #203929

RGB

 RED value IS 32 (12.89% from 255) = 24.62%

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

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

R = 24.62%
G = 43.85%
B = 31.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.78

RGB Variations

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

Color information

#203929 (or 0x203929) is known color: Holly. HEX triplet: 20, 39 and 29. RGB value is (32,57,41). Sum of RGB (Red+Green+Blue) = 32+57+41=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #203929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203929 is #DFC6D6. Grayscale: #2F2F2F. Windows color (decimal): -14665431 or 2701600. OLE color: 2701600.

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

Color convert

RGB 32 57 41 -
CMYK 0.44 0 0.28 0.78
HSL 141.6º 0.28% 0.17% -
HSV(B) 141.6º 0.44% 0.22% -
XYZ 2.46 3.39 2.62 -
YUV 47.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 32 57 41 0.44 0 0.28 0.78 141.6 0.28 0.17
Hex 20 39 29 2C 0 1C 4E 8E 1C 11
Octal 40 71 51 54 0 34 116 216 34 21
Binary 100000 111001 101001 101100 0 11100 1001110 10001110 11100 10001

Color Harmonies of #203929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203929

Black with #203929

Text Example


Text Example

White with #203929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203929; }

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

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

background-color css

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

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

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

border-color css

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

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

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