Html Css Color HEX #370C38 Mardi Gras

📋 copy color: '#370C38'

red 55 ◦ green 12 ◦ blue 56

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

Shades of Mardi Gras #370C38

Tints of Mardi Gras #370C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 45.53%

R = 44.72%
G = 9.76%
B = 45.53%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#370C38 (or 0x370C38) is known color: Mardi Gras. HEX triplet: 37, 0C and 38. RGB value is (55,12,56). Sum of RGB (Red+Green+Blue) = 55+12+56=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #370C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C38 is #C8F3C7. Grayscale: #1D1D1D. Windows color (decimal): -13169608 or 3673143. OLE color: 3673143.

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

Color convert

RGB 55 12 56 -
CMYK 0.02 0.79 0 0.78
HSL 298.64º 0.65% 0.13% -
HSV(B) 298.64º 0.79% 0.22% -
XYZ 2.42 1.36 3.88 -
YUV 29.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 55 12 56 0.02 0.79 0 0.78 298.64 0.65 0.13
Hex 37 C 38 2 4F 0 4E 12B 41 D
Octal 67 14 70 2 117 0 116 453 101 15
Binary 110111 1100 111000 10 1001111 0 1001110 100101011 1000001 1101

Color Harmonies of #370C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C38

Black with #370C38

Text Example


Text Example

White with #370C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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