Html Css Color HEX #370F34 Mardi Gras

📋 copy color: '#370F34'

red 55 ◦ green 15 ◦ blue 52

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

Shades of Mardi Gras #370F34

Tints of Mardi Gras #370F34

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.3%

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

R = 45.08%
G = 12.3%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#370F34 (or 0x370F34) is known color: Mardi Gras. HEX triplet: 37, 0F and 34. RGB value is (55,15,52). Sum of RGB (Red+Green+Blue) = 55+15+52=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #370F34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F34 is #C8F0CB. Grayscale: #1F1F1F. Windows color (decimal): -13168844 or 3411767. OLE color: 3411767.

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

Color convert

RGB 55 15 52 -
CMYK 0 0.73 0.05 0.78
HSL 304.5º 0.57% 0.14% -
HSV(B) 304.5º 0.73% 0.22% -
XYZ 2.37 1.4 3.39 -
YUV 31.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 55 15 52 0 0.73 0.05 0.78 304.5 0.57 0.14
Hex 37 F 34 0 49 5 4E 130 39 E
Octal 67 17 64 0 111 5 116 460 71 16
Binary 110111 1111 110100 0 1001001 101 1001110 100110000 111001 1110

Color Harmonies of #370F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F34

Black with #370F34

Text Example


Text Example

White with #370F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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