Html Css Color HEX #312630 Mardi Gras

📋 copy color: '#312630'

red 49 ◦ green 38 ◦ blue 48

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

Shades of Mardi Gras #312630

Tints of Mardi Gras #312630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.15%

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

R = 36.3%
G = 28.15%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#312630 (or 0x312630) is known color: Mardi Gras. HEX triplet: 31, 26 and 30. RGB value is (49,38,48). Sum of RGB (Red+Green+Blue) = 49+38+48=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 49 - color contains mainly: red. Hex color #312630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312630 is #CED9CF. Grayscale: #2A2A2A. Windows color (decimal): -13556176 or 3155505. OLE color: 3155505.

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

Color convert

RGB 49 38 48 -
CMYK 0 0.22 0.02 0.81
HSL 305.45º 0.13% 0.17% -
HSV(B) 305.45º 0.22% 0.19% -
XYZ 2.49 2.25 3.1 -
YUV 42.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 49 38 48 0 0.22 0.02 0.81 305.45 0.13 0.17
Hex 31 26 30 0 16 2 51 131 D 11
Octal 61 46 60 0 26 2 121 461 15 21
Binary 110001 100110 110000 0 10110 10 1010001 100110001 1101 10001

Color Harmonies of #312630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312630

Black with #312630

Text Example


Text Example

White with #312630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312630; }

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

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

background-color css

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

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

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

border-color css

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

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

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