#362A2B

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

Shades of Havana #362A2B

Tints of Havana #362A2B

Color information

#362A2B (or 0x362A2B) is unknown color: approx Havana. HEX triplet: 36, 2A and 2B. RGB value is (54,42,43). Sum of RGB (Red+Green+Blue) = 54+42+43=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 54 - color contains mainly: red. Hex color #362A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A2B is #C9D5D4. Grayscale: #2D2D2D. Windows color (decimal): -13227477 or 2828854. OLE color: 2828854.

HSL color Cylindrical-coordinate representation of color #362A2B: hue angle of 355º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #362A2B is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB544243-
CMYK00.220.200.79
HSL355º12.5%18.82%-
HSV(B)355º22.22%21.18%-
XYZ2.792.612.64-
YUV45.7126.48133.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.85%
GREEN value IS 42 (16.80% from 255) = 30.22%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=38.85%
G=30.22%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54424300.220.200.7935512.518.82
Hex362A2B016144F163c13
Octal665253026241175431423
Binary110110101010101011010110101001001111101100011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,42,43); }

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

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

 a { background-color: rgb(54,42,43); }

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

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

 span { border-color: rgb(54,42,43); }

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