#363835

Color #363835 Oil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oil #363835

Tints of Oil #363835

Color information

#363835 (or 0x363835) is unknown color: approx Oil. HEX triplet: 36, 38 and 35. RGB value is (54,56,53). Sum of RGB (Red+Green+Blue) = 54+56+53=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 56 - color contains mainly: green. Hex color #363835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363835 is #C9C7CA. Grayscale: #373737. Windows color (decimal): -13223883 or 3487798. OLE color: 3487798.

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

Color convert

RGB545653-
CMYK0.0400.050.78
HSL100º2.75%21.37%-
HSV(B)100º5.36%21.96%-
XYZ3.583.873.93-
YUV55.06126.84127.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.13%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 53 (21.09% from 255) = 32.52%
R=33.13%
G=34.36%
B=32.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5456530.0400.050.781002.7521.37
Hex3638354054E64315
Octal667065405116144325
Binary1101101110001101011000101100111011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363835; }

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

 H1.HeaderClassName
 {
   color: #363835;
 }
 .AnyTagClassName
 {
   color: #363835;
 }
</style>
background-color css

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

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

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

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

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

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