Html Css Color HEX #370C33 Mardi Gras

📋 copy color: '#370C33'

red 55 ◦ green 12 ◦ blue 51

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

Shades of Mardi Gras #370C33

Tints of Mardi Gras #370C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.17%

 BLUE value IS 51 (20.31% from 255) = 43.22%

R = 46.61%
G = 10.17%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#370C33 (or 0x370C33) is known color: Mardi Gras. HEX triplet: 37, 0C and 33. RGB value is (55,12,51). Sum of RGB (Red+Green+Blue) = 55+12+51=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #370C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C33 is #C8F3CC. Grayscale: #1D1D1D. Windows color (decimal): -13169613 or 3345463. OLE color: 3345463.

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

Color convert

RGB 55 12 51 -
CMYK 0 0.78 0.07 0.78
HSL 305.58º 0.64% 0.13% -
HSV(B) 305.58º 0.78% 0.22% -
XYZ 2.3 1.31 3.26 -
YUV 29.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 55 12 51 0 0.78 0.07 0.78 305.58 0.64 0.13
Hex 37 C 33 0 4E 7 4E 132 40 D
Octal 67 14 63 0 116 7 116 462 100 15
Binary 110111 1100 110011 0 1001110 111 1001110 100110010 1000000 1101

Color Harmonies of #370C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C33

Black with #370C33

Text Example


Text Example

White with #370C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370C33; }

 p { color: rgb(55,12,51); }

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

background-color css

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

 a { background-color: rgb(55,12,51); }

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

border-color css

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

 span { border-color: rgb(55,12,51); }

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