Html Css Color HEX #303529 Marshland

📋 copy color: '#303529'

red 48 ◦ green 53 ◦ blue 41

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

Shades of Marshland #303529

Tints of Marshland #303529

RGB

 RED value IS 48 (19.14% from 255) = 33.8%

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

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

R = 33.8%
G = 37.32%
B = 28.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#303529 (or 0x303529) is known color: Marshland. HEX triplet: 30, 35 and 29. RGB value is (48,53,41). Sum of RGB (Red+Green+Blue) = 48+53+41=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 53 - color contains mainly: green. Hex color #303529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303529 is #CFCAD6. Grayscale: #323232. Windows color (decimal): -13617879 or 2700592. OLE color: 2700592.

HSL color Cylindrical-coordinate representation of color #303529: hue angle of 85º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #303529 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 53 41 -
CMYK 0.09 0 0.23 0.79
HSL 85º 0.13% 0.18% -
HSV(B) 85º 0.23% 0.21% -
XYZ 2.89 3.33 2.59 -
YUV 50.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 48 53 41 0.09 0 0.23 0.79 85 0.13 0.18
Hex 30 35 29 9 0 17 4F 55 D 12
Octal 60 65 51 11 0 27 117 125 15 22
Binary 110000 110101 101001 1001 0 10111 1001111 1010101 1101 10010

Color Harmonies of #303529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303529

Black with #303529

Text Example


Text Example

White with #303529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303529; }

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

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

background-color css

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

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

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

border-color css

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

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

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