Html Css Color HEX #301031 Mardi Gras

📋 copy color: '#301031'

red 48 ◦ green 16 ◦ blue 49

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

Shades of Mardi Gras #301031

Tints of Mardi Gras #301031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.16%

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

R = 42.48%
G = 14.16%
B = 43.36%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#301031 (or 0x301031) is known color: Mardi Gras. HEX triplet: 30, 10 and 31. RGB value is (48,16,49). Sum of RGB (Red+Green+Blue) = 48+16+49=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #301031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301031 is #CFEFCE. Grayscale: #1D1D1D. Windows color (decimal): -13627343 or 3215408. OLE color: 3215408.

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

Color convert

RGB 48 16 49 -
CMYK 0.02 0.67 0 0.81
HSL 298.18º 0.51% 0.13% -
HSV(B) 298.18º 0.67% 0.19% -
XYZ 1.96 1.22 3.04 -
YUV 29.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 48 16 49 0.02 0.67 0 0.81 298.18 0.51 0.13
Hex 30 10 31 2 43 0 51 12A 33 D
Octal 60 20 61 2 103 0 121 452 63 15
Binary 110000 10000 110001 10 1000011 0 1010001 100101010 110011 1101

Color Harmonies of #301031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301031

Black with #301031

Text Example


Text Example

White with #301031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301031; }

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

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

background-color css

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

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

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

border-color css

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

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

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