Html Css Color HEX #370C2F Mardi Gras

📋 copy color: '#370C2F'

red 55 ◦ green 12 ◦ blue 47

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

Shades of Mardi Gras #370C2F

Tints of Mardi Gras #370C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 41.23%

R = 48.25%
G = 10.53%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#370C2F (or 0x370C2F) is known color: Mardi Gras. HEX triplet: 37, 0C and 2F. RGB value is (55,12,47). Sum of RGB (Red+Green+Blue) = 55+12+47=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #370C2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C2F is #C8F3D0. Grayscale: #1C1C1C. Windows color (decimal): -13169617 or 3083319. OLE color: 3083319.

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

Color convert

RGB 55 12 47 -
CMYK 0 0.78 0.15 0.78
HSL 311.16º 0.64% 0.13% -
HSV(B) 311.16º 0.78% 0.22% -
XYZ 2.22 1.28 2.82 -
YUV 28.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 55 12 47 0 0.78 0.15 0.78 311.16 0.64 0.13
Hex 37 C 2F 0 4E F 4E 137 40 D
Octal 67 14 57 0 116 17 116 467 100 15
Binary 110111 1100 101111 0 1001110 1111 1001110 100110111 1000000 1101

Color Harmonies of #370C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C2F

Black with #370C2F

Text Example


Text Example

White with #370C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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