#3F2E30

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

Shades of Havana #3F2E30

Tints of Havana #3F2E30

Color information

#3F2E30 (or 0x3F2E30) is unknown color: approx Havana. HEX triplet: 3F, 2E and 30. RGB value is (63,46,48). Sum of RGB (Red+Green+Blue) = 63+46+48=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2E30 is #C0D1CF. Grayscale: #333333. Windows color (decimal): -12636624 or 3157567. OLE color: 3157567.

HSL color Cylindrical-coordinate representation of color #3F2E30: hue angle of 352.94º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F2E30 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.75.

Color convert

RGB634648-
CMYK00.270.240.75
HSL352.94º15.6%21.37%-
HSV(B)352.94º26.98%24.71%-
XYZ3.563.223.23-
YUV51.31126.13136.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.13%
GREEN value IS 46 (18.36% from 255) = 29.30%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=40.13%
G=29.30%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63464800.270.240.75352.9415.621.37
Hex3F2E3001B184B1611015
Octal775660033301135412025
Binary1111111011101100000110111100010010111011000011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,46,48); }

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

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

 a { background-color: rgb(63,46,48); }

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

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

 span { border-color: rgb(63,46,48); }

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