Html Css Color HEX #37002F Mardi Gras

📋 copy color: '#37002F'

red 55 ◦ green 0 ◦ blue 47

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

Shades of Mardi Gras #37002F

Tints of Mardi Gras #37002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.92%
G = 0%
B = 46.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#37002F (or 0x37002F) is known color: Mardi Gras. HEX triplet: 37, 00 and 2F. RGB value is (55,0,47). Sum of RGB (Red+Green+Blue) = 55+0+47=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #37002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37002F is #C8FFD0. Grayscale: #151515. Windows color (decimal): -13172689 or 3080247. OLE color: 3080247.

HSL color Cylindrical-coordinate representation of color #37002F: hue angle of 308.73º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37002F is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 0 47 -
CMYK 0 1 0.15 0.78
HSL 308.73º 1% 0.11% -
HSV(B) 308.73º 1% 0.22% -
XYZ 2.09 1.02 2.78 -
YUV 21.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 55 0 47 0 1 0.15 0.78 308.73 1 0.11
Hex 37 0 2F 0 64 F 4E 135 64 B
Octal 67 0 57 0 144 17 116 465 144 13
Binary 110111 0 101111 0 1100100 1111 1001110 100110101 1100100 1011

Color Harmonies of #37002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37002F

Black with #37002F

Text Example


Text Example

White with #37002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37002F; }

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

 H1.HeaderClassName
 {
   color: #37002F;
 }
 .AnyTagClassName
 {
   color: #37002F;
 }
</style>

background-color css

<style>
 a { background-color: #37002F; }

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

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

border-color css

<style>
 span { border-color: #37002F; }

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

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