#362E2F

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

Shades of Havana #362E2F

Tints of Havana #362E2F

Color information

#362E2F (or 0x362E2F) is unknown color: approx Havana. HEX triplet: 36, 2E and 2F. RGB value is (54,46,47). Sum of RGB (Red+Green+Blue) = 54+46+47=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 54 - color contains mainly: red. Hex color #362E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E2F is #C9D1D0. Grayscale: #303030. Windows color (decimal): -13226449 or 3092022. OLE color: 3092022.

HSL color Cylindrical-coordinate representation of color #362E2F: hue angle of 352.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #362E2F is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB544647-
CMYK00.150.130.79
HSL352.5º8%19.61%-
HSV(B)352.5º14.81%21.18%-
XYZ3.012.943.1-
YUV48.51127.15131.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 46 (18.36% from 255) = 31.29%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=36.73%
G=31.29%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54464700.150.130.79352.5819.61
Hex362E2F0FD4F160814
Octal665657017151175401024
Binary1101101011101011110111111011001111101100000100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362E2F; }

 p { color: rgb(54,46,47); }

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

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

 a { background-color: rgb(54,46,47); }

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

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

 span { border-color: rgb(54,46,47); }

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