Html Css Color HEX #353B31 Oil

📋 copy color: '#353B31'

red 53 ◦ green 59 ◦ blue 49

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

Shades of Oil #353B31

Tints of Oil #353B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 30.43%

R = 32.92%
G = 36.65%
B = 30.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.77

RGB Variations

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

Color information

#353B31 (or 0x353B31) is known color: Oil. HEX triplet: 35, 3B and 31. RGB value is (53,59,49). Sum of RGB (Red+Green+Blue) = 53+59+49=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 59 - color contains mainly: green. Hex color #353B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B31 is #CAC4CE. Grayscale: #383838. Windows color (decimal): -13288655 or 3226421. OLE color: 3226421.

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

Color convert

RGB 53 59 49 -
CMYK 0.10 0 0.17 0.77
HSL 96º 0.09% 0.21% -
HSV(B) 96º 0.17% 0.23% -
XYZ 3.59 4.11 3.51 -
YUV 56.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 53 59 49 0.10 0 0.17 0.77 96 0.09 0.21
Hex 35 3B 31 A 0 11 4D 60 9 15
Octal 65 73 61 12 0 21 115 140 11 25
Binary 110101 111011 110001 1010 0 10001 1001101 1100000 1001 10101

Color Harmonies of #353B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B31

Black with #353B31

Text Example


Text Example

White with #353B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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