Html Css Color HEX #441B3E Mardi Gras

📋 copy color: '#441B3E'

red 68 ◦ green 27 ◦ blue 62

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

Shades of Mardi Gras #441B3E

Tints of Mardi Gras #441B3E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.2%

 BLUE value IS 62 (24.61% from 255) = 39.49%

R = 43.31%
G = 17.2%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#441B3E (or 0x441B3E) is known color: Mardi Gras. HEX triplet: 44, 1B and 3E. RGB value is (68,27,62). Sum of RGB (Red+Green+Blue) = 68+27+62=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #441B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B3E is #BBE4C1. Grayscale: #2B2B2B. Windows color (decimal): -12313794 or 4070212. OLE color: 4070212.

HSL color Cylindrical-coordinate representation of color #441B3E: hue angle of 308.78º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #441B3E is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 27 62 -
CMYK 0 0.60 0.09 0.73
HSL 308.78º 0.43% 0.19% -
HSV(B) 308.78º 0.6% 0.27% -
XYZ 3.65 2.36 4.82 -
YUV 43.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 68 27 62 0 0.60 0.09 0.73 308.78 0.43 0.19
Hex 44 1B 3E 0 3C 9 49 135 2B 13
Octal 104 33 76 0 74 11 111 465 53 23
Binary 1000100 11011 111110 0 111100 1001 1001001 100110101 101011 10011

Color Harmonies of #441B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B3E

Black with #441B3E

Text Example


Text Example

White with #441B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441B3E; }

 p { color: rgb(68,27,62); }

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

background-color css

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

 a { background-color: rgb(68,27,62); }

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

border-color css

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

 span { border-color: rgb(68,27,62); }

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