Html Css Color HEX #371030 Mardi Gras

📋 copy color: '#371030'

red 55 ◦ green 16 ◦ blue 48

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

Shades of Mardi Gras #371030

Tints of Mardi Gras #371030

RGB

 RED value IS 55 (21.88% from 255) = 46.22%

 GREEN value IS 16 (6.64% from 255) = 13.45%

 BLUE value IS 48 (19.14% from 255) = 40.34%

R = 46.22%
G = 13.45%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#371030 (or 0x371030) is known color: Mardi Gras. HEX triplet: 37, 10 and 30. RGB value is (55,16,48). Sum of RGB (Red+Green+Blue) = 55+16+48=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #371030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371030 is #C8EFCF. Grayscale: #1F1F1F. Windows color (decimal): -13168592 or 3149879. OLE color: 3149879.

HSL color Cylindrical-coordinate representation of color #371030: hue angle of 310.77º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #371030 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 16 48 -
CMYK 0 0.71 0.13 0.78
HSL 310.77º 0.55% 0.14% -
HSV(B) 310.77º 0.71% 0.22% -
XYZ 2.29 1.4 2.94 -
YUV 31.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 55 16 48 0 0.71 0.13 0.78 310.77 0.55 0.14
Hex 37 10 30 0 47 D 4E 137 37 E
Octal 67 20 60 0 107 15 116 467 67 16
Binary 110111 10000 110000 0 1000111 1101 1001110 100110111 110111 1110

Color Harmonies of #371030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371030

Black with #371030

Text Example


Text Example

White with #371030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371030; }

 p { color: rgb(55,16,48); }

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

background-color css

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

 a { background-color: rgb(55,16,48); }

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

border-color css

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

 span { border-color: rgb(55,16,48); }

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