#3A2324

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

Shades of Havana #3A2324

Tints of Havana #3A2324

Color information

#3A2324 (or 0x3A2324) is unknown color: approx Havana. HEX triplet: 3A, 23 and 24. RGB value is (58,35,36). Sum of RGB (Red+Green+Blue) = 58+35+36=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2324 is #C5DCDB. Grayscale: #2A2A2A. Windows color (decimal): -12967132 or 2368314. OLE color: 2368314.

HSL color Cylindrical-coordinate representation of color #3A2324: hue angle of 357.39º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A2324 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.77.

Color convert

RGB583536-
CMYK00.400.380.77
HSL357.39º24.73%18.24%-
HSV(B)357.39º39.66%22.75%-
XYZ2.662.231.96-
YUV41.99124.62139.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.96%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=44.96%
G=27.13%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58353600.400.380.77357.3924.7318.24
Hex3A2324028264D1651912
Octal724344050461155453122
Binary111010100011100100010100010011010011011011001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2324; }

 p { color: rgb(58,35,36); }

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

<style>
 a { background-color: #3A2324; }

 a { background-color: rgb(58,35,36); }

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

<style>
 span { border-color: #3A2324; }

 span { border-color: rgb(58,35,36); }

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