Html Css Color HEX #370C34 Mardi Gras

📋 copy color: '#370C34'

red 55 ◦ green 12 ◦ blue 52

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

Shades of Mardi Gras #370C34

Tints of Mardi Gras #370C34

RGB

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

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

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

R = 46.22%
G = 10.08%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#370C34 (or 0x370C34) is known color: Mardi Gras. HEX triplet: 37, 0C and 34. RGB value is (55,12,52). Sum of RGB (Red+Green+Blue) = 55+12+52=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #370C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C34 is #C8F3CB. Grayscale: #1D1D1D. Windows color (decimal): -13169612 or 3410999. OLE color: 3410999.

HSL color Cylindrical-coordinate representation of color #370C34: hue angle of 304.19º 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 #370C34 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 12 52 -
CMYK 0 0.78 0.05 0.78
HSL 304.19º 0.64% 0.13% -
HSV(B) 304.19º 0.78% 0.22% -
XYZ 2.33 1.32 3.38 -
YUV 29.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 55 12 52 0 0.78 0.05 0.78 304.19 0.64 0.13
Hex 37 C 34 0 4E 5 4E 130 40 D
Octal 67 14 64 0 116 5 116 460 100 15
Binary 110111 1100 110100 0 1001110 101 1001110 100110000 1000000 1101

Color Harmonies of #370C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C34

Black with #370C34

Text Example


Text Example

White with #370C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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