Html Css Color HEX #353B32 Oil

📋 copy color: '#353B32'

red 53 ◦ green 59 ◦ blue 50

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

Shades of Oil #353B32

Tints of Oil #353B32

RGB

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

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

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

R = 32.72%
G = 36.42%
B = 30.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.77

RGB Variations

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

Color information

#353B32 (or 0x353B32) is known color: Oil. HEX triplet: 35, 3B and 32. RGB value is (53,59,50). Sum of RGB (Red+Green+Blue) = 53+59+50=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 59 - color contains mainly: green. Hex color #353B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B32 is #CAC4CD. Grayscale: #383838. Windows color (decimal): -13288654 or 3291957. OLE color: 3291957.

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

Color convert

RGB 53 59 50 -
CMYK 0.10 0 0.15 0.77
HSL 100º 0.08% 0.21% -
HSV(B) 100º 0.15% 0.23% -
XYZ 3.61 4.12 3.62 -
YUV 56.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 53 59 50 0.10 0 0.15 0.77 100 0.08 0.21
Hex 35 3B 32 A 0 F 4D 64 8 15
Octal 65 73 62 12 0 17 115 144 10 25
Binary 110101 111011 110010 1010 0 1111 1001101 1100100 1000 10101

Color Harmonies of #353B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B32

Black with #353B32

Text Example


Text Example

White with #353B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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