Html Css Color HEX #370C3B Mardi Gras

📋 copy color: '#370C3B'

red 55 ◦ green 12 ◦ blue 59

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

Shades of Mardi Gras #370C3B

Tints of Mardi Gras #370C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 46.83%

R = 43.65%
G = 9.52%
B = 46.83%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#370C3B (or 0x370C3B) is known color: Mardi Gras. HEX triplet: 37, 0C and 3B. RGB value is (55,12,59). Sum of RGB (Red+Green+Blue) = 55+12+59=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 59 - color contains mainly: blue. Hex color #370C3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C3B is #C8F3C4. Grayscale: #1E1E1E. Windows color (decimal): -13169605 or 3869751. OLE color: 3869751.

HSL color Cylindrical-coordinate representation of color #370C3B: hue angle of 294.89º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #370C3B is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 55 12 59 -
CMYK 0.07 0.80 0 0.77
HSL 294.89º 0.66% 0.14% -
HSV(B) 294.89º 0.8% 0.23% -
XYZ 2.5 1.39 4.27 -
YUV 30.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 55 12 59 0.07 0.80 0 0.77 294.89 0.66 0.14
Hex 37 C 3B 7 50 0 4D 127 42 E
Octal 67 14 73 7 120 0 115 447 102 16
Binary 110111 1100 111011 111 1010000 0 1001101 100100111 1000010 1110

Color Harmonies of #370C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C3B

Black with #370C3B

Text Example


Text Example

White with #370C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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