Html Css Color HEX #370C30 Mardi Gras

📋 copy color: '#370C30'

red 55 ◦ green 12 ◦ blue 48

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

Shades of Mardi Gras #370C30

Tints of Mardi Gras #370C30

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.43%

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

R = 47.83%
G = 10.43%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#370C30 (or 0x370C30) is known color: Mardi Gras. HEX triplet: 37, 0C and 30. RGB value is (55,12,48). Sum of RGB (Red+Green+Blue) = 55+12+48=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #370C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C30 is #C8F3CF. Grayscale: #1C1C1C. Windows color (decimal): -13169616 or 3148855. OLE color: 3148855.

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

Color convert

RGB 55 12 48 -
CMYK 0 0.78 0.13 0.78
HSL 309.77º 0.64% 0.13% -
HSV(B) 309.77º 0.78% 0.22% -
XYZ 2.24 1.29 2.93 -
YUV 28.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 55 12 48 0 0.78 0.13 0.78 309.77 0.64 0.13
Hex 37 C 30 0 4E D 4E 136 40 D
Octal 67 14 60 0 116 15 116 466 100 15
Binary 110111 1100 110000 0 1001110 1101 1001110 100110110 1000000 1101

Color Harmonies of #370C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C30

Black with #370C30

Text Example


Text Example

White with #370C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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