Html Css Color HEX #312730 Mardi Gras

📋 copy color: '#312730'

red 49 ◦ green 39 ◦ blue 48

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

Shades of Mardi Gras #312730

Tints of Mardi Gras #312730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.68%

 BLUE value IS 48 (19.14% from 255) = 35.29%

R = 36.03%
G = 28.68%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#312730 (or 0x312730) is known color: Mardi Gras. HEX triplet: 31, 27 and 30. RGB value is (49,39,48). Sum of RGB (Red+Green+Blue) = 49+39+48=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 49 - color contains mainly: red. Hex color #312730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312730 is #CED8CF. Grayscale: #2A2A2A. Windows color (decimal): -13555920 or 3155761. OLE color: 3155761.

HSL color Cylindrical-coordinate representation of color #312730: hue angle of 306º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #312730 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 39 48 -
CMYK 0 0.20 0.02 0.81
HSL 306º 0.11% 0.17% -
HSV(B) 306º 0.2% 0.19% -
XYZ 2.53 2.32 3.11 -
YUV 43.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 49 39 48 0 0.20 0.02 0.81 306 0.11 0.17
Hex 31 27 30 0 14 2 51 132 B 11
Octal 61 47 60 0 24 2 121 462 13 21
Binary 110001 100111 110000 0 10100 10 1010001 100110010 1011 10001

Color Harmonies of #312730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312730

Black with #312730

Text Example


Text Example

White with #312730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312730; }

 p { color: rgb(49,39,48); }

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

background-color css

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

 a { background-color: rgb(49,39,48); }

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

border-color css

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

 span { border-color: rgb(49,39,48); }

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