Html Css Color HEX #353A33 Oil

📋 copy color: '#353A33'

red 53 ◦ green 58 ◦ blue 51

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

Shades of Oil #353A33

Tints of Oil #353A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 31.48%

R = 32.72%
G = 35.8%
B = 31.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.77

RGB Variations

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

Color information

#353A33 (or 0x353A33) is known color: Oil. HEX triplet: 35, 3A and 33. RGB value is (53,58,51). Sum of RGB (Red+Green+Blue) = 53+58+51=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 58 - color contains mainly: green. Hex color #353A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A33 is #CAC5CC. Grayscale: #373737. Windows color (decimal): -13288909 or 3357237. OLE color: 3357237.

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

Color convert

RGB 53 58 51 -
CMYK 0.09 0 0.12 0.77
HSL 102.86º 0.06% 0.21% -
HSV(B) 102.86º 0.12% 0.23% -
XYZ 3.58 4.02 3.72 -
YUV 55.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 53 58 51 0.09 0 0.12 0.77 102.86 0.06 0.21
Hex 35 3A 33 9 0 C 4D 67 6 15
Octal 65 72 63 11 0 14 115 147 6 25
Binary 110101 111010 110011 1001 0 1100 1001101 1100111 110 10101

Color Harmonies of #353A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A33

Black with #353A33

Text Example


Text Example

White with #353A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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