Html Css Color HEX #381139 Mardi Gras

📋 copy color: '#381139'

red 56 ◦ green 17 ◦ blue 57

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

Shades of Mardi Gras #381139

Tints of Mardi Gras #381139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.08%

 BLUE value IS 57 (22.66% from 255) = 43.85%

R = 43.08%
G = 13.08%
B = 43.85%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#381139 (or 0x381139) is known color: Mardi Gras. HEX triplet: 38, 11 and 39. RGB value is (56,17,57). Sum of RGB (Red+Green+Blue) = 56+17+57=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #381139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381139 is #C7EEC6. Grayscale: #212121. Windows color (decimal): -13102791 or 3739960. OLE color: 3739960.

HSL color Cylindrical-coordinate representation of color #381139: hue angle of 298.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381139 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 17 57 -
CMYK 0.02 0.70 0 0.78
HSL 298.5º 0.54% 0.15% -
HSV(B) 298.5º 0.7% 0.22% -
XYZ 2.57 1.54 4.03 -
YUV 33.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 56 17 57 0.02 0.70 0 0.78 298.5 0.54 0.15
Hex 38 11 39 2 46 0 4E 12A 36 F
Octal 70 21 71 2 106 0 116 452 66 17
Binary 111000 10001 111001 10 1000110 0 1001110 100101010 110110 1111

Color Harmonies of #381139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381139

Black with #381139

Text Example


Text Example

White with #381139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381139; }

 p { color: rgb(56,17,57); }

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

background-color css

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

 a { background-color: rgb(56,17,57); }

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

border-color css

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

 span { border-color: rgb(56,17,57); }

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