#362F30

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

Shades of Havana #362F30

Tints of Havana #362F30

Color information

#362F30 (or 0x362F30) is unknown color: approx Havana. HEX triplet: 36, 2F and 30. RGB value is (54,47,48). Sum of RGB (Red+Green+Blue) = 54+47+48=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 54 - color contains mainly: red. Hex color #362F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F30 is #C9D0CF. Grayscale: #313131. Windows color (decimal): -13226192 or 3157814. OLE color: 3157814.

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

Color convert

RGB544748-
CMYK00.130.110.79
HSL351.43º6.93%19.8%-
HSV(B)351.43º12.96%21.18%-
XYZ3.073.033.22-
YUV49.21127.32131.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.24%
GREEN value IS 47 (18.75% from 255) = 31.54%
BLUE value IS 48 (19.14% from 255) = 32.21%
R=36.24%
G=31.54%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54474800.130.110.79351.436.9319.8
Hex362F300DB4F15f714
Octal66576001513117537724
Binary110110101111110000011011011100111110101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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