Html Css Color HEX #370332 Mardi Gras

📋 copy color: '#370332'

red 55 ◦ green 3 ◦ blue 50

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

Shades of Mardi Gras #370332

Tints of Mardi Gras #370332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.78%

 BLUE value IS 50 (19.92% from 255) = 46.3%

R = 50.93%
G = 2.78%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#370332 (or 0x370332) is known color: Mardi Gras. HEX triplet: 37, 03 and 32. RGB value is (55,3,50). Sum of RGB (Red+Green+Blue) = 55+3+50=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #370332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370332 is #C8FCCD. Grayscale: #171717. Windows color (decimal): -13171918 or 3277623. OLE color: 3277623.

HSL color Cylindrical-coordinate representation of color #370332: hue angle of 305.77º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370332 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 3 50 -
CMYK 0 0.95 0.09 0.78
HSL 305.77º 0.9% 0.11% -
HSV(B) 305.77º 0.95% 0.22% -
XYZ 2.18 1.11 3.12 -
YUV 23.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 55 3 50 0 0.95 0.09 0.78 305.77 0.9 0.11
Hex 37 3 32 0 5F 9 4E 132 5A B
Octal 67 3 62 0 137 11 116 462 132 13
Binary 110111 11 110010 0 1011111 1001 1001110 100110010 1011010 1011

Color Harmonies of #370332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370332

Black with #370332

Text Example


Text Example

White with #370332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370332; }

 p { color: rgb(55,3,50); }

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

background-color css

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

 a { background-color: rgb(55,3,50); }

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

border-color css

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

 span { border-color: rgb(55,3,50); }

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