Html Css Color HEX #370831 Mardi Gras

📋 copy color: '#370831'

red 55 ◦ green 8 ◦ blue 49

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

Shades of Mardi Gras #370831

Tints of Mardi Gras #370831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.14%

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

R = 49.11%
G = 7.14%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#370831 (or 0x370831) is known color: Mardi Gras. HEX triplet: 37, 08 and 31. RGB value is (55,8,49). Sum of RGB (Red+Green+Blue) = 55+8+49=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #370831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370831 is #C8F7CE. Grayscale: #1A1A1A. Windows color (decimal): -13170639 or 3213367. OLE color: 3213367.

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

Color convert

RGB 55 8 49 -
CMYK 0 0.85 0.11 0.78
HSL 307.66º 0.75% 0.12% -
HSV(B) 307.66º 0.85% 0.22% -
XYZ 2.22 1.21 3.02 -
YUV 26.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 55 8 49 0 0.85 0.11 0.78 307.66 0.75 0.12
Hex 37 8 31 0 55 B 4E 134 4B C
Octal 67 10 61 0 125 13 116 464 113 14
Binary 110111 1000 110001 0 1010101 1011 1001110 100110100 1001011 1100

Color Harmonies of #370831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370831

Black with #370831

Text Example


Text Example

White with #370831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370831; }

 p { color: rgb(55,8,49); }

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

background-color css

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

 a { background-color: rgb(55,8,49); }

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

border-color css

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

 span { border-color: rgb(55,8,49); }

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