Html Css Color HEX #380132 Mardi Gras

📋 copy color: '#380132'

red 56 ◦ green 1 ◦ blue 50

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

Shades of Mardi Gras #380132

Tints of Mardi Gras #380132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

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

R = 52.34%
G = 0.93%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#380132 (or 0x380132) is known color: Mardi Gras. HEX triplet: 38, 01 and 32. RGB value is (56,1,50). Sum of RGB (Red+Green+Blue) = 56+1+50=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #380132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380132 is #C7FECD. Grayscale: #161616. Windows color (decimal): -13106894 or 3277112. OLE color: 3277112.

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

Color convert

RGB 56 1 50 -
CMYK 0 0.98 0.11 0.78
HSL 306.55º 0.96% 0.11% -
HSV(B) 306.55º 0.98% 0.22% -
XYZ 2.22 1.09 3.11 -
YUV 23.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 56 1 50 0 0.98 0.11 0.78 306.55 0.96 0.11
Hex 38 1 32 0 62 B 4E 133 60 B
Octal 70 1 62 0 142 13 116 463 140 13
Binary 111000 1 110010 0 1100010 1011 1001110 100110011 1100000 1011

Color Harmonies of #380132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380132

Black with #380132

Text Example


Text Example

White with #380132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380132; }

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

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

background-color css

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

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

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

border-color css

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

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

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