#363A35

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

Shades of Oil #363A35

Tints of Oil #363A35

Color information

#363A35 (or 0x363A35) is unknown color: approx Oil. HEX triplet: 36, 3A and 35. RGB value is (54,58,53). Sum of RGB (Red+Green+Blue) = 54+58+53=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 58 - color contains mainly: green. Hex color #363A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A35 is #C9C5CA. Grayscale: #383838. Windows color (decimal): -13223371 or 3488310. OLE color: 3488310.

HSL color Cylindrical-coordinate representation of color #363A35: hue angle of 108º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #363A35 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB545853-
CMYK0.0700.090.77
HSL108º4.5%21.76%-
HSV(B)108º8.62%22.75%-
XYZ3.684.073.96-
YUV56.23126.17126.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=32.73%
G=35.15%
B=32.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5458530.0700.090.771084.521.76
Hex363A357094D6c516
Octal6672657011115154526
Binary110110111010110101111010011001101110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363A35; }

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

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

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

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

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

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

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

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