Html Css Color HEX #370A30 Mardi Gras

📋 copy color: '#370A30'

red 55 ◦ green 10 ◦ blue 48

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

Shades of Mardi Gras #370A30

Tints of Mardi Gras #370A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.85%

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

R = 48.67%
G = 8.85%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#370A30 (or 0x370A30) is known color: Mardi Gras. HEX triplet: 37, 0A and 30. RGB value is (55,10,48). Sum of RGB (Red+Green+Blue) = 55+10+48=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #370A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A30 is #C8F5CF. Grayscale: #1B1B1B. Windows color (decimal): -13170128 or 3148343. OLE color: 3148343.

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

Color convert

RGB 55 10 48 -
CMYK 0 0.82 0.13 0.78
HSL 309.33º 0.69% 0.13% -
HSV(B) 309.33º 0.82% 0.22% -
XYZ 2.22 1.24 2.92 -
YUV 27.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 55 10 48 0 0.82 0.13 0.78 309.33 0.69 0.13
Hex 37 A 30 0 52 D 4E 135 45 D
Octal 67 12 60 0 122 15 116 465 105 15
Binary 110111 1010 110000 0 1010010 1101 1001110 100110101 1000101 1101

Color Harmonies of #370A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A30

Black with #370A30

Text Example


Text Example

White with #370A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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