Html Css Color HEX #380231 Mardi Gras

📋 copy color: '#380231'

red 56 ◦ green 2 ◦ blue 49

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

Shades of Mardi Gras #380231

Tints of Mardi Gras #380231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.87%

 BLUE value IS 49 (19.53% from 255) = 45.79%

R = 52.34%
G = 1.87%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#380231 (or 0x380231) is known color: Mardi Gras. HEX triplet: 38, 02 and 31. RGB value is (56,2,49). Sum of RGB (Red+Green+Blue) = 56+2+49=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #380231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380231 is #C7FDCE. Grayscale: #171717. Windows color (decimal): -13106639 or 3211832. OLE color: 3211832.

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

Color convert

RGB 56 2 49 -
CMYK 0 0.96 0.12 0.78
HSL 307.78º 0.93% 0.11% -
HSV(B) 307.78º 0.96% 0.22% -
XYZ 2.21 1.11 3 -
YUV 23.5 142.39 151.18 -
System Red Green Blue C M Y K H S L
Decimal 56 2 49 0 0.96 0.12 0.78 307.78 0.93 0.11
Hex 38 2 31 0 60 C 4E 134 5D B
Octal 70 2 61 0 140 14 116 464 135 13
Binary 111000 10 110001 0 1100000 1100 1001110 100110100 1011101 1011

Color Harmonies of #380231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380231

Black with #380231

Text Example


Text Example

White with #380231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380231; }

 p { color: rgb(56,2,49); }

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

background-color css

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

 a { background-color: rgb(56,2,49); }

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

border-color css

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

 span { border-color: rgb(56,2,49); }

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