Html Css Color HEX #370F33 Mardi Gras

📋 copy color: '#370F33'

red 55 ◦ green 15 ◦ blue 51

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

Shades of Mardi Gras #370F33

Tints of Mardi Gras #370F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 42.15%

R = 45.45%
G = 12.4%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#370F33 (or 0x370F33) is known color: Mardi Gras. HEX triplet: 37, 0F and 33. RGB value is (55,15,51). Sum of RGB (Red+Green+Blue) = 55+15+51=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #370F33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F33 is #C8F0CC. Grayscale: #1E1E1E. Windows color (decimal): -13168845 or 3346231. OLE color: 3346231.

HSL color Cylindrical-coordinate representation of color #370F33: hue angle of 306º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #370F33 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 15 51 -
CMYK 0 0.73 0.07 0.78
HSL 306º 0.57% 0.14% -
HSV(B) 306º 0.73% 0.22% -
XYZ 2.34 1.39 3.28 -
YUV 31.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 55 15 51 0 0.73 0.07 0.78 306 0.57 0.14
Hex 37 F 33 0 49 7 4E 132 39 E
Octal 67 17 63 0 111 7 116 462 71 16
Binary 110111 1111 110011 0 1001001 111 1001110 100110010 111001 1110

Color Harmonies of #370F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F33

Black with #370F33

Text Example


Text Example

White with #370F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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