Html Css Color HEX #412E30 Havana

📋 copy color: '#412E30'

red 65 ◦ green 46 ◦ blue 48

#412E30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havana #412E30

Tints of Havana #412E30

RGB

 RED value IS 65 (25.78% from 255) = 40.88%

 GREEN value IS 46 (18.36% from 255) = 28.93%

 BLUE value IS 48 (19.14% from 255) = 30.19%

R = 40.88%
G = 28.93%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#412E30 (or 0x412E30) is known color: Havana. HEX triplet: 41, 2E and 30. RGB value is (65,46,48). Sum of RGB (Red+Green+Blue) = 65+46+48=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #412E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E30 is #BED1CF. Grayscale: #333333. Windows color (decimal): -12505552 or 3157569. OLE color: 3157569.

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

Color convert

RGB 65 46 48 -
CMYK 0 0.29 0.26 0.75
HSL 353.68º 0.17% 0.22% -
HSV(B) 353.68º 0.29% 0.25% -
XYZ 3.69 3.29 3.24 -
YUV 51.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 65 46 48 0 0.29 0.26 0.75 353.68 0.17 0.22
Hex 41 2E 30 0 1D 1A 4B 162 11 16
Octal 101 56 60 0 35 32 113 542 21 26
Binary 1000001 101110 110000 0 11101 11010 1001011 101100010 10001 10110

Color Harmonies of #412E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E30

Black with #412E30

Text Example


Text Example

White with #412E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #412E30;
 }
 .AnyTagClassName
 {
   color: #412E30;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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