#41282B

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

Shades of Havana #41282B

Tints of Havana #41282B

Color information

#41282B (or 0x41282B) is unknown color: approx Havana. HEX triplet: 41, 28 and 2B. RGB value is (65,40,43). Sum of RGB (Red+Green+Blue) = 65+40+43=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41282B is #BED7D4. Grayscale: #2F2F2F. Windows color (decimal): -12507093 or 2828353. OLE color: 2828353.

HSL color Cylindrical-coordinate representation of color #41282B: hue angle of 352.8º 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 #41282B is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB654043-
CMYK00.380.340.75
HSL352.8º23.81%20.59%-
HSV(B)352.8º38.46%25.49%-
XYZ3.372.822.65-
YUV47.82125.28140.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=43.92%
G=27.03%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65404300.380.340.75352.823.8120.59
Hex41282B026224B1611815
Octal1015053046421135413025
Binary1000001101000101011010011010001010010111011000011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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