#41282C

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

Shades of Havana #41282C

Tints of Havana #41282C

Color information

#41282C (or 0x41282C) is unknown color: approx Havana. HEX triplet: 41, 28 and 2C. RGB value is (65,40,44). Sum of RGB (Red+Green+Blue) = 65+40+44=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #41282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41282C is #BED7D3. Grayscale: #2F2F2F. Windows color (decimal): -12507092 or 2893889. OLE color: 2893889.

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

Color convert

RGB654044-
CMYK00.380.320.75
HSL350.4º23.81%20.59%-
HSV(B)350.4º38.46%25.49%-
XYZ3.392.822.75-
YUV47.93125.78140.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=43.62%
G=26.85%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65404400.380.320.75350.423.8120.59
Hex41282C026204B15e1815
Octal1015054046401135363025
Binary1000001101000101100010011010000010010111010111101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41282C; }

 p { color: rgb(65,40,44); }

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

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

 a { background-color: rgb(65,40,44); }

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

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

 span { border-color: rgb(65,40,44); }

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