Html Css Color HEX #203529 Holly

📋 copy color: '#203529'

red 32 ◦ green 53 ◦ blue 41

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

Shades of Holly #203529

Tints of Holly #203529

RGB

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

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

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

R = 25.4%
G = 42.06%
B = 32.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#203529 (or 0x203529) is known color: Holly. HEX triplet: 20, 35 and 29. RGB value is (32,53,41). Sum of RGB (Red+Green+Blue) = 32+53+41=126 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.40% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 53 - color contains mainly: green. Hex color #203529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203529 is #DFCAD6. Grayscale: #2D2D2D. Windows color (decimal): -14666455 or 2700576. OLE color: 2700576.

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

Color convert

RGB 32 53 41 -
CMYK 0.40 0 0.23 0.79
HSL 145.71º 0.25% 0.17% -
HSV(B) 145.71º 0.4% 0.21% -
XYZ 2.27 3.01 2.56 -
YUV 45.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 32 53 41 0.40 0 0.23 0.79 145.71 0.25 0.17
Hex 20 35 29 28 0 17 4F 92 19 11
Octal 40 65 51 50 0 27 117 222 31 21
Binary 100000 110101 101001 101000 0 10111 1001111 10010010 11001 10001

Color Harmonies of #203529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203529

Black with #203529

Text Example


Text Example

White with #203529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203529; }

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

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

background-color css

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

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

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

border-color css

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

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

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