Html Css Color HEX #370234 Mardi Gras

📋 copy color: '#370234'

red 55 ◦ green 2 ◦ blue 52

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

Shades of Mardi Gras #370234

Tints of Mardi Gras #370234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.83%

 BLUE value IS 52 (20.7% from 255) = 47.71%

R = 50.46%
G = 1.83%
B = 47.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#370234 (or 0x370234) is known color: Mardi Gras. HEX triplet: 37, 02 and 34. RGB value is (55,2,52). Sum of RGB (Red+Green+Blue) = 55+2+52=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #370234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370234 is #C8FDCB. Grayscale: #171717. Windows color (decimal): -13172172 or 3408439. OLE color: 3408439.

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

Color convert

RGB 55 2 52 -
CMYK 0 0.96 0.05 0.78
HSL 303.4º 0.93% 0.11% -
HSV(B) 303.4º 0.96% 0.22% -
XYZ 2.22 1.1 3.34 -
YUV 23.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 55 2 52 0 0.96 0.05 0.78 303.4 0.93 0.11
Hex 37 2 34 0 60 5 4E 12F 5D B
Octal 67 2 64 0 140 5 116 457 135 13
Binary 110111 10 110100 0 1100000 101 1001110 100101111 1011101 1011

Color Harmonies of #370234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370234

Black with #370234

Text Example


Text Example

White with #370234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370234; }

 p { color: rgb(55,2,52); }

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

background-color css

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

 a { background-color: rgb(55,2,52); }

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

border-color css

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

 span { border-color: rgb(55,2,52); }

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