Html Css Color HEX #440B48 Mardi Gras

📋 copy color: '#440B48'

red 68 ◦ green 11 ◦ blue 72

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

Shades of Mardi Gras #440B48

Tints of Mardi Gras #440B48

RGB

 RED value IS 68 (26.95% from 255) = 45.03%

 GREEN value IS 11 (4.69% from 255) = 7.28%

 BLUE value IS 72 (28.52% from 255) = 47.68%

R = 45.03%
G = 7.28%
B = 47.68%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#440B48 (or 0x440B48) is known color: Mardi Gras. HEX triplet: 44, 0B and 48. RGB value is (68,11,72). Sum of RGB (Red+Green+Blue) = 68+11+72=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #440B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440B48 is #BBF4B7. Grayscale: #222222. Windows color (decimal): -12317880 or 4721476. OLE color: 4721476.

HSL color Cylindrical-coordinate representation of color #440B48: hue angle of 296.07º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #440B48 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 11 72 -
CMYK 0.06 0.85 0 0.72
HSL 296.07º 0.73% 0.16% -
HSV(B) 296.07º 0.85% 0.28% -
XYZ 3.67 1.94 6.31 -
YUV 35 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 68 11 72 0.06 0.85 0 0.72 296.07 0.73 0.16
Hex 44 B 48 6 55 0 48 128 49 10
Octal 104 13 110 6 125 0 110 450 111 20
Binary 1000100 1011 1001000 110 1010101 0 1001000 100101000 1001001 10000

Color Harmonies of #440B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B48

Black with #440B48

Text Example


Text Example

White with #440B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440B48; }

 p { color: rgb(68,11,72); }

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

background-color css

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

 a { background-color: rgb(68,11,72); }

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

border-color css

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

 span { border-color: rgb(68,11,72); }

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