#3D2829

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

Shades of Havana #3D2829

Tints of Havana #3D2829

Color information

#3D2829 (or 0x3D2829) is unknown color: approx Havana. HEX triplet: 3D, 28 and 29. RGB value is (61,40,41). Sum of RGB (Red+Green+Blue) = 61+40+41=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2829 is #C2D7D6. Grayscale: #2E2E2E. Windows color (decimal): -12769239 or 2697277. OLE color: 2697277.

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

Color convert

RGB614041-
CMYK00.340.330.76
HSL357.14º20.79%19.8%-
HSV(B)357.14º34.43%23.92%-
XYZ3.082.672.45-
YUV46.39124.96138.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.96%
GREEN value IS 40 (16.02% from 255) = 28.17%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=42.96%
G=28.17%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61404100.340.330.76357.1420.7919.8
Hex3D2829022214C1651514
Octal755051042411145452524
Binary111101101000101001010001010000110011001011001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,40,41); }

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

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

 a { background-color: rgb(61,40,41); }

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

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

 span { border-color: rgb(61,40,41); }

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