Html Css Color HEX #353834 Oil

📋 copy color: '#353834'

red 53 ◦ green 56 ◦ blue 52

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

Shades of Oil #353834

Tints of Oil #353834

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.78%

 BLUE value IS 52 (20.7% from 255) = 32.3%

R = 32.92%
G = 34.78%
B = 32.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#353834 (or 0x353834) is known color: Oil. HEX triplet: 35, 38 and 34. RGB value is (53,56,52). Sum of RGB (Red+Green+Blue) = 53+56+52=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 56 - color contains mainly: green. Hex color #353834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353834 is #CAC7CB. Grayscale: #363636. Windows color (decimal): -13289420 or 3422261. OLE color: 3422261.

HSL color Cylindrical-coordinate representation of color #353834: hue angle of 105º degrees, saturation: 0.04, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #353834 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 56 52 -
CMYK 0.05 0 0.07 0.78
HSL 105º 0.04% 0.21% -
HSV(B) 105º 0.07% 0.22% -
XYZ 3.5 3.83 3.8 -
YUV 54.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 53 56 52 0.05 0 0.07 0.78 105 0.04 0.21
Hex 35 38 34 5 0 7 4E 69 4 15
Octal 65 70 64 5 0 7 116 151 4 25
Binary 110101 111000 110100 101 0 111 1001110 1101001 100 10101

Color Harmonies of #353834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353834

Black with #353834

Text Example


Text Example

White with #353834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353834; }

 p { color: rgb(53,56,52); }

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

background-color css

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

 a { background-color: rgb(53,56,52); }

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

border-color css

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

 span { border-color: rgb(53,56,52); }

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