Html Css Color HEX #41292C Havana

📋 copy color: '#41292C'

red 65 ◦ green 41 ◦ blue 44

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

Shades of Havana #41292C

Tints of Havana #41292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.33%

 BLUE value IS 44 (17.58% from 255) = 29.33%

R = 43.33%
G = 27.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#41292C (or 0x41292C) is known color: Havana. HEX triplet: 41, 29 and 2C. RGB value is (65,41,44). Sum of RGB (Red+Green+Blue) = 65+41+44=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #41292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41292C is #BED6D3. Grayscale: #303030. Windows color (decimal): -12506836 or 2894145. OLE color: 2894145.

HSL color Cylindrical-coordinate representation of color #41292C: hue angle of 352.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #41292C is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 41 44 -
CMYK 0 0.37 0.32 0.75
HSL 352.5º 0.23% 0.21% -
HSV(B) 352.5º 0.37% 0.25% -
XYZ 3.43 2.89 2.76 -
YUV 48.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 65 41 44 0 0.37 0.32 0.75 352.5 0.23 0.21
Hex 41 29 2C 0 25 20 4B 160 17 15
Octal 101 51 54 0 45 40 113 540 27 25
Binary 1000001 101001 101100 0 100101 100000 1001011 101100000 10111 10101

Color Harmonies of #41292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41292C

Black with #41292C

Text Example


Text Example

White with #41292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41292C; }

 p { color: rgb(65,41,44); }

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

background-color css

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

 a { background-color: rgb(65,41,44); }

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

border-color css

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

 span { border-color: rgb(65,41,44); }

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