#412F30

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

Shades of Havana #412F30

Tints of Havana #412F30

Color information

#412F30 (or 0x412F30) is unknown color: approx Havana. HEX triplet: 41, 2F and 30. RGB value is (65,47,48). Sum of RGB (Red+Green+Blue) = 65+47+48=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #412F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F30 is #BED0CF. Grayscale: #343434. Windows color (decimal): -12505296 or 3157825. OLE color: 3157825.

HSL color Cylindrical-coordinate representation of color #412F30: hue angle of 356.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #412F30 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB654748-
CMYK00.280.260.75
HSL356.67º16.07%21.96%-
HSV(B)356.67º27.69%25.49%-
XYZ3.733.373.25-
YUV52.5125.46136.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.62%
GREEN value IS 47 (18.75% from 255) = 29.38%
BLUE value IS 48 (19.14% from 255) = 30%
R=40.62%
G=29.38%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65474800.280.260.75356.6716.0721.96
Hex412F3001C1A4B1651016
Octal1015760034321135452026
Binary10000011011111100000111001101010010111011001011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412F30; }

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

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

<style>
 a { background-color: #412F30; }

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

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

<style>
 span { border-color: #412F30; }

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

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