Html Css Color HEX #353A32 Oil

📋 copy color: '#353A32'

red 53 ◦ green 58 ◦ blue 50

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

Shades of Oil #353A32

Tints of Oil #353A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.02%

 BLUE value IS 50 (19.92% from 255) = 31.06%

R = 32.92%
G = 36.02%
B = 31.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#353A32 (or 0x353A32) is known color: Oil. HEX triplet: 35, 3A and 32. RGB value is (53,58,50). Sum of RGB (Red+Green+Blue) = 53+58+50=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 58 - color contains mainly: green. Hex color #353A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A32 is #CAC5CD. Grayscale: #373737. Windows color (decimal): -13288910 or 3291701. OLE color: 3291701.

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

Color convert

RGB 53 58 50 -
CMYK 0.09 0 0.14 0.77
HSL 97.5º 0.07% 0.21% -
HSV(B) 97.5º 0.14% 0.23% -
XYZ 3.56 4.01 3.6 -
YUV 55.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 53 58 50 0.09 0 0.14 0.77 97.5 0.07 0.21
Hex 35 3A 32 9 0 E 4D 62 7 15
Octal 65 72 62 11 0 16 115 142 7 25
Binary 110101 111010 110010 1001 0 1110 1001101 1100010 111 10101

Color Harmonies of #353A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A32

Black with #353A32

Text Example


Text Example

White with #353A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,58,50); }

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

background-color css

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

 a { background-color: rgb(53,58,50); }

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

border-color css

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

 span { border-color: rgb(53,58,50); }

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