#3D2F30

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

Shades of Havana #3D2F30

Tints of Havana #3D2F30

Color information

#3D2F30 (or 0x3D2F30) is unknown color: approx Havana. HEX triplet: 3D, 2F and 30. RGB value is (61,47,48). Sum of RGB (Red+Green+Blue) = 61+47+48=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2F30 is #C2D0CF. Grayscale: #333333. Windows color (decimal): -12767440 or 3157821. OLE color: 3157821.

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

Color convert

RGB614748-
CMYK00.230.210.76
HSL355.71º12.96%21.18%-
HSV(B)355.71º22.95%23.92%-
XYZ3.473.243.24-
YUV51.3126.14134.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.10%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 48 (19.14% from 255) = 30.77%
R=39.10%
G=30.13%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61474800.230.210.76355.7112.9621.18
Hex3D2F30017154C164d15
Octal755760027251145441525
Binary111101101111110000010111101011001100101100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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