Html Css Color HEX #370A34 Mardi Gras

📋 copy color: '#370A34'

red 55 ◦ green 10 ◦ blue 52

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

Shades of Mardi Gras #370A34

Tints of Mardi Gras #370A34

RGB

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

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

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

R = 47.01%
G = 8.55%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#370A34 (or 0x370A34) is known color: Mardi Gras. HEX triplet: 37, 0A and 34. RGB value is (55,10,52). Sum of RGB (Red+Green+Blue) = 55+10+52=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #370A34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A34 is #C8F5CB. Grayscale: #1C1C1C. Windows color (decimal): -13170124 or 3410487. OLE color: 3410487.

HSL color Cylindrical-coordinate representation of color #370A34: hue angle of 304º 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 #370A34 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 10 52 -
CMYK 0 0.82 0.05 0.78
HSL 304º 0.69% 0.13% -
HSV(B) 304º 0.82% 0.22% -
XYZ 2.3 1.28 3.37 -
YUV 28.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 55 10 52 0 0.82 0.05 0.78 304 0.69 0.13
Hex 37 A 34 0 52 5 4E 130 45 D
Octal 67 12 64 0 122 5 116 460 105 15
Binary 110111 1010 110100 0 1010010 101 1001110 100110000 1000101 1101

Color Harmonies of #370A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A34

Black with #370A34

Text Example


Text Example

White with #370A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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