#363031

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

Shades of Havana #363031

Tints of Havana #363031

Color information

#363031 (or 0x363031) is unknown color: approx Havana. HEX triplet: 36, 30 and 31. RGB value is (54,48,49). Sum of RGB (Red+Green+Blue) = 54+48+49=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 54 - color contains mainly: red. Hex color #363031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363031 is #C9CFCE. Grayscale: #313131. Windows color (decimal): -13225935 or 3223606. OLE color: 3223606.

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

Color convert

RGB544849-
CMYK00.110.090.79
HSL350º5.88%20%-
HSV(B)350º11.11%21.18%-
XYZ3.133.123.34-
YUV49.91127.49130.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.76%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 49 (19.53% from 255) = 32.45%
R=35.76%
G=31.79%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54484900.110.090.793505.8820
Hex3630310B94F15e614
Octal66606101311117536624
Binary110110110000110001010111001100111110101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363031; }

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

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

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

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

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

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

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

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