Html Css Color HEX #302231 Mardi Gras

📋 copy color: '#302231'

red 48 ◦ green 34 ◦ blue 49

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

Shades of Mardi Gras #302231

Tints of Mardi Gras #302231

RGB

 RED value IS 48 (19.14% from 255) = 36.64%

 GREEN value IS 34 (13.67% from 255) = 25.95%

 BLUE value IS 49 (19.53% from 255) = 37.4%

R = 36.64%
G = 25.95%
B = 37.4%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#302231 (or 0x302231) is known color: Mardi Gras. HEX triplet: 30, 22 and 31. RGB value is (48,34,49). Sum of RGB (Red+Green+Blue) = 48+34+49=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: blue. Hex color #302231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302231 is #CFDDCE. Grayscale: #272727. Windows color (decimal): -13622735 or 3220016. OLE color: 3220016.

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

Color convert

RGB 48 34 49 -
CMYK 0.02 0.31 0 0.81
HSL 296º 0.18% 0.16% -
HSV(B) 296º 0.31% 0.19% -
XYZ 2.35 1.99 3.17 -
YUV 39.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 48 34 49 0.02 0.31 0 0.81 296 0.18 0.16
Hex 30 22 31 2 1F 0 51 128 12 10
Octal 60 42 61 2 37 0 121 450 22 20
Binary 110000 100010 110001 10 11111 0 1010001 100101000 10010 10000

Color Harmonies of #302231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302231

Black with #302231

Text Example


Text Example

White with #302231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302231; }

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

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

background-color css

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

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

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

border-color css

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

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

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