Html Css Color HEX #370C3D Mardi Gras

📋 copy color: '#370C3D'

red 55 ◦ green 12 ◦ blue 61

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

Shades of Mardi Gras #370C3D

Tints of Mardi Gras #370C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 47.66%

R = 42.97%
G = 9.38%
B = 47.66%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#370C3D (or 0x370C3D) is known color: Mardi Gras. HEX triplet: 37, 0C and 3D. RGB value is (55,12,61). Sum of RGB (Red+Green+Blue) = 55+12+61=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #370C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C3D is #C8F3C2. Grayscale: #1E1E1E. Windows color (decimal): -13169603 or 4000823. OLE color: 4000823.

HSL color Cylindrical-coordinate representation of color #370C3D: hue angle of 292.65º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #370C3D is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 12 61 -
CMYK 0.10 0.80 0 0.76
HSL 292.65º 0.67% 0.14% -
HSV(B) 292.65º 0.8% 0.24% -
XYZ 2.55 1.41 4.55 -
YUV 30.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 55 12 61 0.10 0.80 0 0.76 292.65 0.67 0.14
Hex 37 C 3D A 50 0 4C 125 43 E
Octal 67 14 75 12 120 0 114 445 103 16
Binary 110111 1100 111101 1010 1010000 0 1001100 100100101 1000011 1110

Color Harmonies of #370C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C3D

Black with #370C3D

Text Example


Text Example

White with #370C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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