Html Css Color HEX #381232 Mardi Gras

📋 copy color: '#381232'

red 56 ◦ green 18 ◦ blue 50

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

Shades of Mardi Gras #381232

Tints of Mardi Gras #381232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.52%

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

R = 45.16%
G = 14.52%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#381232 (or 0x381232) is known color: Mardi Gras. HEX triplet: 38, 12 and 32. RGB value is (56,18,50). Sum of RGB (Red+Green+Blue) = 56+18+50=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #381232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381232 is #C7EDCD. Grayscale: #202020. Windows color (decimal): -13102542 or 3281464. OLE color: 3281464.

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

Color convert

RGB 56 18 50 -
CMYK 0 0.68 0.11 0.78
HSL 309.47º 0.51% 0.15% -
HSV(B) 309.47º 0.68% 0.22% -
XYZ 2.42 1.5 3.18 -
YUV 33.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 56 18 50 0 0.68 0.11 0.78 309.47 0.51 0.15
Hex 38 12 32 0 44 B 4E 135 33 F
Octal 70 22 62 0 104 13 116 465 63 17
Binary 111000 10010 110010 0 1000100 1011 1001110 100110101 110011 1111

Color Harmonies of #381232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381232

Black with #381232

Text Example


Text Example

White with #381232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381232; }

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

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

background-color css

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

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

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

border-color css

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

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

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