Html Css Color HEX #413031 Havana

📋 copy color: '#413031'

red 65 ◦ green 48 ◦ blue 49

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

Shades of Havana #413031

Tints of Havana #413031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.63%

 BLUE value IS 49 (19.53% from 255) = 30.25%

R = 40.12%
G = 29.63%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#413031 (or 0x413031) is known color: Havana. HEX triplet: 41, 30 and 31. RGB value is (65,48,49). Sum of RGB (Red+Green+Blue) = 65+48+49=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #413031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413031 is #BECFCE. Grayscale: #353535. Windows color (decimal): -12505039 or 3223617. OLE color: 3223617.

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

Color convert

RGB 65 48 49 -
CMYK 0 0.26 0.25 0.75
HSL 356.47º 0.15% 0.22% -
HSV(B) 356.47º 0.26% 0.25% -
XYZ 3.79 3.46 3.37 -
YUV 53.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 65 48 49 0 0.26 0.25 0.75 356.47 0.15 0.22
Hex 41 30 31 0 1A 19 4B 164 F 16
Octal 101 60 61 0 32 31 113 544 17 26
Binary 1000001 110000 110001 0 11010 11001 1001011 101100100 1111 10110

Color Harmonies of #413031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413031

Black with #413031

Text Example


Text Example

White with #413031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413031; }

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

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

background-color css

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

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

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

border-color css

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

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

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