Html Css Color HEX #370F3D Mardi Gras

📋 copy color: '#370F3D'

red 55 ◦ green 15 ◦ blue 61

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

Shades of Mardi Gras #370F3D

Tints of Mardi Gras #370F3D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.45%

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

R = 41.98%
G = 11.45%
B = 46.56%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#370F3D (or 0x370F3D) is known color: Mardi Gras. HEX triplet: 37, 0F and 3D. RGB value is (55,15,61). Sum of RGB (Red+Green+Blue) = 55+15+61=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #370F3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F3D is #C8F0C2. Grayscale: #202020. Windows color (decimal): -13168835 or 4001591. OLE color: 4001591.

HSL color Cylindrical-coordinate representation of color #370F3D: hue angle of 292.17º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #370F3D is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 15 61 -
CMYK 0.10 0.75 0 0.76
HSL 292.17º 0.61% 0.15% -
HSV(B) 292.17º 0.75% 0.24% -
XYZ 2.59 1.49 4.57 -
YUV 32.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 55 15 61 0.10 0.75 0 0.76 292.17 0.61 0.15
Hex 37 F 3D A 4B 0 4C 124 3D F
Octal 67 17 75 12 113 0 114 444 75 17
Binary 110111 1111 111101 1010 1001011 0 1001100 100100100 111101 1111

Color Harmonies of #370F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F3D

Black with #370F3D

Text Example


Text Example

White with #370F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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