Html Css Color HEX #381332 Mardi Gras

📋 copy color: '#381332'

red 56 ◦ green 19 ◦ blue 50

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

Shades of Mardi Gras #381332

Tints of Mardi Gras #381332

RGB

 RED value IS 56 (22.27% from 255) = 44.8%

 GREEN value IS 19 (7.81% from 255) = 15.2%

 BLUE value IS 50 (19.92% from 255) = 40%

R = 44.8%
G = 15.2%
B = 40%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#381332 (or 0x381332) is known color: Mardi Gras. HEX triplet: 38, 13 and 32. RGB value is (56,19,50). Sum of RGB (Red+Green+Blue) = 56+19+50=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #381332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381332 is #C7ECCD. Grayscale: #212121. Windows color (decimal): -13102286 or 3281720. OLE color: 3281720.

HSL color Cylindrical-coordinate representation of color #381332: hue angle of 309.73º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381332 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 19 50 -
CMYK 0 0.66 0.11 0.78
HSL 309.73º 0.49% 0.15% -
HSV(B) 309.73º 0.66% 0.22% -
XYZ 2.44 1.54 3.19 -
YUV 33.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 56 19 50 0 0.66 0.11 0.78 309.73 0.49 0.15
Hex 38 13 32 0 42 B 4E 136 31 F
Octal 70 23 62 0 102 13 116 466 61 17
Binary 111000 10011 110010 0 1000010 1011 1001110 100110110 110001 1111

Color Harmonies of #381332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381332

Black with #381332

Text Example


Text Example

White with #381332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381332; }

 p { color: rgb(56,19,50); }

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

background-color css

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

 a { background-color: rgb(56,19,50); }

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

border-color css

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

 span { border-color: rgb(56,19,50); }

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