Html Css Color HEX #31002B Mardi Gras

📋 copy color: '#31002B'

red 49 ◦ green 0 ◦ blue 43

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

Shades of Mardi Gras #31002B

Tints of Mardi Gras #31002B

RGB

 RED value IS 49 (19.53% from 255) = 53.26%

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

 BLUE value IS 43 (17.19% from 255) = 46.74%

R = 53.26%
G = 0%
B = 46.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#31002B (or 0x31002B) is known color: Mardi Gras. HEX triplet: 31, 00 and 2B. RGB value is (49,0,43). Sum of RGB (Red+Green+Blue) = 49+0+43=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #31002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31002B is #CEFFD4. Grayscale: #131313. Windows color (decimal): -13565909 or 2818097. OLE color: 2818097.

HSL color Cylindrical-coordinate representation of color #31002B: hue angle of 307.35º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31002B is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 0 43 -
CMYK 0 1 0.12 0.81
HSL 307.35º 1% 0.1% -
HSV(B) 307.35º 1% 0.19% -
XYZ 1.7 0.83 2.36 -
YUV 19.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 49 0 43 0 1 0.12 0.81 307.35 1 0.1
Hex 31 0 2B 0 64 C 51 133 64 A
Octal 61 0 53 0 144 14 121 463 144 12
Binary 110001 0 101011 0 1100100 1100 1010001 100110011 1100100 1010

Color Harmonies of #31002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31002B

Black with #31002B

Text Example


Text Example

White with #31002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31002B; }

 p { color: rgb(49,0,43); }

 H1.HeaderClassName
 {
   color: #31002B;
 }
 .AnyTagClassName
 {
   color: #31002B;
 }
</style>

background-color css

<style>
 a { background-color: #31002B; }

 a { background-color: rgb(49,0,43); }

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

border-color css

<style>
 span { border-color: #31002B; }

 span { border-color: rgb(49,0,43); }

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