Html Css Color HEX #381134 Mardi Gras

📋 copy color: '#381134'

red 56 ◦ green 17 ◦ blue 52

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

Shades of Mardi Gras #381134

Tints of Mardi Gras #381134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 41.6%

R = 44.8%
G = 13.6%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#381134 (or 0x381134) is known color: Mardi Gras. HEX triplet: 38, 11 and 34. RGB value is (56,17,52). Sum of RGB (Red+Green+Blue) = 56+17+52=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #381134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381134 is #C7EECB. Grayscale: #202020. Windows color (decimal): -13102796 or 3412280. OLE color: 3412280.

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

Color convert

RGB 56 17 52 -
CMYK 0 0.70 0.07 0.78
HSL 306.15º 0.53% 0.14% -
HSV(B) 306.15º 0.7% 0.22% -
XYZ 2.45 1.49 3.41 -
YUV 32.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 56 17 52 0 0.70 0.07 0.78 306.15 0.53 0.14
Hex 38 11 34 0 46 7 4E 132 35 E
Octal 70 21 64 0 106 7 116 462 65 16
Binary 111000 10001 110100 0 1000110 111 1001110 100110010 110101 1110

Color Harmonies of #381134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381134

Black with #381134

Text Example


Text Example

White with #381134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381134; }

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

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

background-color css

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

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

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

border-color css

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

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

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