#363B34

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

Shades of Oil #363B34

Tints of Oil #363B34

Color information

#363B34 (or 0x363B34) is unknown color: approx Oil. HEX triplet: 36, 3B and 34. RGB value is (54,59,52). Sum of RGB (Red+Green+Blue) = 54+59+52=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 59 - color contains mainly: green. Hex color #363B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B34 is #C9C4CB. Grayscale: #383838. Windows color (decimal): -13223116 or 3423030. OLE color: 3423030.

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

Color convert

RGB545952-
CMYK0.0800.120.77
HSL102.86º6.31%21.76%-
HSV(B)102.86º11.86%23.14%-
XYZ3.714.163.86-
YUV56.71125.34126.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 59 (23.44% from 255) = 35.76%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=32.73%
G=35.76%
B=31.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5459520.0800.120.77102.866.3121.76
Hex363B3480C4D67616
Octal66736410014115147626
Binary1101101110111101001000011001001101110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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