#3D2E2F

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

Shades of Havana #3D2E2F

Tints of Havana #3D2E2F

Color information

#3D2E2F (or 0x3D2E2F) is unknown color: approx Havana. HEX triplet: 3D, 2E and 2F. RGB value is (61,46,47). Sum of RGB (Red+Green+Blue) = 61+46+47=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2E2F is #C2D1D0. Grayscale: #323232. Windows color (decimal): -12767697 or 3092029. OLE color: 3092029.

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

Color convert

RGB614647-
CMYK00.250.230.76
HSL356º14.02%20.98%-
HSV(B)356º24.59%23.92%-
XYZ3.413.153.12-
YUV50.6125.97135.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.61%
GREEN value IS 46 (18.36% from 255) = 29.87%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=39.61%
G=29.87%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61464700.250.230.7635614.0220.98
Hex3D2E2F019174C164e15
Octal755657031271145441625
Binary111101101110101111011001101111001100101100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,46,47); }

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

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

 a { background-color: rgb(61,46,47); }

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

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

 span { border-color: rgb(61,46,47); }

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