Html Css Color HEX #412F30 Havana

📋 copy color: '#412F30'

red 65 ◦ green 47 ◦ blue 48

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

Shades of Havana #412F30

Tints of Havana #412F30

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.38%

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

R = 40.63%
G = 29.38%
B = 30%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#412F30 (or 0x412F30) is known color: 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

RGB 65 47 48 -
CMYK 0 0.28 0.26 0.75
HSL 356.67º 0.16% 0.22% -
HSV(B) 356.67º 0.28% 0.25% -
XYZ 3.73 3.37 3.25 -
YUV 52.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 65 47 48 0 0.28 0.26 0.75 356.67 0.16 0.22
Hex 41 2F 30 0 1C 1A 4B 165 10 16
Octal 101 57 60 0 34 32 113 545 20 26
Binary 1000001 101111 110000 0 11100 11010 1001011 101100101 10000 10110

Color Harmonies of #412F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F30

Black with #412F30

Text Example


Text Example

White with #412F30

Text Example


Text Example

HTML Codes & Css Web 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>