Html Css Color HEX #353B30 Mallard

📋 copy color: '#353B30'

red 53 ◦ green 59 ◦ blue 48

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

Shades of Mallard #353B30

Tints of Mallard #353B30

RGB

 RED value IS 53 (21.09% from 255) = 33.13%

 GREEN value IS 59 (23.44% from 255) = 36.88%

 BLUE value IS 48 (19.14% from 255) = 30%

R = 33.13%
G = 36.88%
B = 30%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#353B30 (or 0x353B30) is known color: Mallard. HEX triplet: 35, 3B and 30. RGB value is (53,59,48). Sum of RGB (Red+Green+Blue) = 53+59+48=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 59 - color contains mainly: green. Hex color #353B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B30 is #CAC4CF. Grayscale: #373737. Windows color (decimal): -13288656 or 3160885. OLE color: 3160885.

HSL color Cylindrical-coordinate representation of color #353B30: hue angle of 92.73º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #353B30 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 59 48 -
CMYK 0.10 0 0.19 0.77
HSL 92.73º 0.1% 0.21% -
HSV(B) 92.73º 0.19% 0.23% -
XYZ 3.57 4.1 3.4 -
YUV 55.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 53 59 48 0.10 0 0.19 0.77 92.73 0.1 0.21
Hex 35 3B 30 A 0 13 4D 5D A 15
Octal 65 73 60 12 0 23 115 135 12 25
Binary 110101 111011 110000 1010 0 10011 1001101 1011101 1010 10101

Color Harmonies of #353B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B30

Black with #353B30

Text Example


Text Example

White with #353B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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