Html Css Color HEX #370430 Mardi Gras

📋 copy color: '#370430'

red 55 ◦ green 4 ◦ blue 48

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

Shades of Mardi Gras #370430

Tints of Mardi Gras #370430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.74%

 BLUE value IS 48 (19.14% from 255) = 44.86%

R = 51.4%
G = 3.74%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#370430 (or 0x370430) is known color: Mardi Gras. HEX triplet: 37, 04 and 30. RGB value is (55,4,48). Sum of RGB (Red+Green+Blue) = 55+4+48=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #370430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370430 is #C8FBCF. Grayscale: #181818. Windows color (decimal): -13171664 or 3146807. OLE color: 3146807.

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

Color convert

RGB 55 4 48 -
CMYK 0 0.93 0.13 0.78
HSL 308.24º 0.86% 0.12% -
HSV(B) 308.24º 0.93% 0.22% -
XYZ 2.15 1.11 2.9 -
YUV 24.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 55 4 48 0 0.93 0.13 0.78 308.24 0.86 0.12
Hex 37 4 30 0 5D D 4E 134 56 C
Octal 67 4 60 0 135 15 116 464 126 14
Binary 110111 100 110000 0 1011101 1101 1001110 100110100 1010110 1100

Color Harmonies of #370430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370430

Black with #370430

Text Example


Text Example

White with #370430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370430; }

 p { color: rgb(55,4,48); }

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

background-color css

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

 a { background-color: rgb(55,4,48); }

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

border-color css

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

 span { border-color: rgb(55,4,48); }

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