Html Css Color HEX #303528 Marshland

📋 copy color: '#303528'

red 48 ◦ green 53 ◦ blue 40

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

Shades of Marshland #303528

Tints of Marshland #303528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.37%

R = 34.04%
G = 37.59%
B = 28.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#303528 (or 0x303528) is known color: Marshland. HEX triplet: 30, 35 and 28. RGB value is (48,53,40). Sum of RGB (Red+Green+Blue) = 48+53+40=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 53 - color contains mainly: green. Hex color #303528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303528 is #CFCAD7. Grayscale: #323232. Windows color (decimal): -13617880 or 2635056. OLE color: 2635056.

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

Color convert

RGB 48 53 40 -
CMYK 0.09 0 0.25 0.79
HSL 83.08º 0.14% 0.18% -
HSV(B) 83.08º 0.25% 0.21% -
XYZ 2.88 3.33 2.5 -
YUV 50.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 48 53 40 0.09 0 0.25 0.79 83.08 0.14 0.18
Hex 30 35 28 9 0 19 4F 53 E 12
Octal 60 65 50 11 0 31 117 123 16 22
Binary 110000 110101 101000 1001 0 11001 1001111 1010011 1110 10010

Color Harmonies of #303528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303528

Black with #303528

Text Example


Text Example

White with #303528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303528; }

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

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

background-color css

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

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

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

border-color css

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

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

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