#363B33

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

Shades of Oil #363B33

Tints of Oil #363B33

Color information

#363B33 (or 0x363B33) is unknown color: approx Oil. HEX triplet: 36, 3B and 33. RGB value is (54,59,51). Sum of RGB (Red+Green+Blue) = 54+59+51=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 59 - color contains mainly: green. Hex color #363B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B33 is #C9C4CC. Grayscale: #383838. Windows color (decimal): -13223117 or 3357494. OLE color: 3357494.

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

Color convert

RGB545951-
CMYK0.0800.140.77
HSL97.5º7.27%21.57%-
HSV(B)97.5º13.56%23.14%-
XYZ3.684.153.74-
YUV56.59124.84126.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.93%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 51 (20.31% from 255) = 31.10%
R=32.93%
G=35.98%
B=31.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5459510.0800.140.7797.57.2721.57
Hex363B3380E4D62716
Octal66736310016115142726
Binary1101101110111100111000011101001101110001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,59,51); }

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

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

 a { background-color: rgb(54,59,51); }

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

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

 span { border-color: rgb(54,59,51); }

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