Html Css Color HEX #370130 Mardi Gras

📋 copy color: '#370130'

red 55 ◦ green 1 ◦ blue 48

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

Shades of Mardi Gras #370130

Tints of Mardi Gras #370130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

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

R = 52.88%
G = 0.96%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#370130 (or 0x370130) is known color: Mardi Gras. HEX triplet: 37, 01 and 30. RGB value is (55,1,48). Sum of RGB (Red+Green+Blue) = 55+1+48=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #370130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370130 is #C8FECF. Grayscale: #161616. Windows color (decimal): -13172432 or 3146039. OLE color: 3146039.

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

Color convert

RGB 55 1 48 -
CMYK 0 0.98 0.13 0.78
HSL 307.78º 0.96% 0.11% -
HSV(B) 307.78º 0.98% 0.22% -
XYZ 2.12 1.05 2.89 -
YUV 22.5 142.39 151.18 -
System Red Green Blue C M Y K H S L
Decimal 55 1 48 0 0.98 0.13 0.78 307.78 0.96 0.11
Hex 37 1 30 0 62 D 4E 134 60 B
Octal 67 1 60 0 142 15 116 464 140 13
Binary 110111 1 110000 0 1100010 1101 1001110 100110100 1100000 1011

Color Harmonies of #370130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370130

Black with #370130

Text Example


Text Example

White with #370130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370130; }

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

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

background-color css

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

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

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

border-color css

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

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

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