Html Css Color HEX #331938 Mardi Gras

📋 copy color: '#331938'

red 51 ◦ green 25 ◦ blue 56

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

Shades of Mardi Gras #331938

Tints of Mardi Gras #331938

RGB

 RED value IS 51 (20.31% from 255) = 38.64%

 GREEN value IS 25 (10.16% from 255) = 18.94%

 BLUE value IS 56 (22.27% from 255) = 42.42%

R = 38.64%
G = 18.94%
B = 42.42%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#331938 (or 0x331938) is known color: Mardi Gras. HEX triplet: 33, 19 and 38. RGB value is (51,25,56). Sum of RGB (Red+Green+Blue) = 51+25+56=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #331938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331938 is #CCE6C7. Grayscale: #242424. Windows color (decimal): -13428424 or 3676467. OLE color: 3676467.

HSL color Cylindrical-coordinate representation of color #331938: hue angle of 290.32º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #331938 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 25 56 -
CMYK 0.09 0.55 0 0.78
HSL 290.32º 0.38% 0.16% -
HSV(B) 290.32º 0.55% 0.22% -
XYZ 2.43 1.68 3.94 -
YUV 36.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 51 25 56 0.09 0.55 0 0.78 290.32 0.38 0.16
Hex 33 19 38 9 37 0 4E 122 26 10
Octal 63 31 70 11 67 0 116 442 46 20
Binary 110011 11001 111000 1001 110111 0 1001110 100100010 100110 10000

Color Harmonies of #331938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331938

Black with #331938

Text Example


Text Example

White with #331938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331938; }

 p { color: rgb(51,25,56); }

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

background-color css

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

 a { background-color: rgb(51,25,56); }

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

border-color css

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

 span { border-color: rgb(51,25,56); }

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