Html Css Color HEX #312333 Mardi Gras

📋 copy color: '#312333'

red 49 ◦ green 35 ◦ blue 51

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

Shades of Mardi Gras #312333

Tints of Mardi Gras #312333

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.93%

 BLUE value IS 51 (20.31% from 255) = 37.78%

R = 36.3%
G = 25.93%
B = 37.78%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#312333 (or 0x312333) is known color: Mardi Gras. HEX triplet: 31, 23 and 33. RGB value is (49,35,51). Sum of RGB (Red+Green+Blue) = 49+35+51=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 51 - color contains mainly: blue. Hex color #312333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312333 is #CEDCCC. Grayscale: #282828. Windows color (decimal): -13556941 or 3351345. OLE color: 3351345.

HSL color Cylindrical-coordinate representation of color #312333: hue angle of 292.5º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #312333 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 49 35 51 -
CMYK 0.04 0.31 0 0.8
HSL 292.5º 0.19% 0.17% -
HSV(B) 292.5º 0.31% 0.2% -
XYZ 2.47 2.09 3.41 -
YUV 41.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 49 35 51 0.04 0.31 0 0.8 292.5 0.19 0.17
Hex 31 23 33 4 1F 0 50 124 13 11
Octal 61 43 63 4 37 0 120 444 23 21
Binary 110001 100011 110011 100 11111 0 1010000 100100100 10011 10001

Color Harmonies of #312333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312333

Black with #312333

Text Example


Text Example

White with #312333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312333; }

 p { color: rgb(49,35,51); }

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

background-color css

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

 a { background-color: rgb(49,35,51); }

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

border-color css

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

 span { border-color: rgb(49,35,51); }

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