Html Css Color HEX #370930 Mardi Gras

📋 copy color: '#370930'

red 55 ◦ green 9 ◦ blue 48

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

Shades of Mardi Gras #370930

Tints of Mardi Gras #370930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.04%

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

R = 49.11%
G = 8.04%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#370930 (or 0x370930) is known color: Mardi Gras. HEX triplet: 37, 09 and 30. RGB value is (55,9,48). Sum of RGB (Red+Green+Blue) = 55+9+48=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #370930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370930 is #C8F6CF. Grayscale: #1B1B1B. Windows color (decimal): -13170384 or 3148087. OLE color: 3148087.

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

Color convert

RGB 55 9 48 -
CMYK 0 0.84 0.13 0.78
HSL 309.13º 0.72% 0.13% -
HSV(B) 309.13º 0.84% 0.22% -
XYZ 2.21 1.22 2.92 -
YUV 27.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 55 9 48 0 0.84 0.13 0.78 309.13 0.72 0.13
Hex 37 9 30 0 54 D 4E 135 48 D
Octal 67 11 60 0 124 15 116 465 110 15
Binary 110111 1001 110000 0 1010100 1101 1001110 100110101 1001000 1101

Color Harmonies of #370930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370930

Black with #370930

Text Example


Text Example

White with #370930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370930; }

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

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

background-color css

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

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

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

border-color css

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

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

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