Html Css Color HEX #301231 Mardi Gras

📋 copy color: '#301231'

red 48 ◦ green 18 ◦ blue 49

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

Shades of Mardi Gras #301231

Tints of Mardi Gras #301231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.65%

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

R = 41.74%
G = 15.65%
B = 42.61%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#301231 (or 0x301231) is known color: Mardi Gras. HEX triplet: 30, 12 and 31. RGB value is (48,18,49). Sum of RGB (Red+Green+Blue) = 48+18+49=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 49 - color contains mainly: blue. Hex color #301231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301231 is #CFEDCE. Grayscale: #1E1E1E. Windows color (decimal): -13626831 or 3215920. OLE color: 3215920.

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

Color convert

RGB 48 18 49 -
CMYK 0.02 0.63 0 0.81
HSL 298.06º 0.46% 0.13% -
HSV(B) 298.06º 0.63% 0.19% -
XYZ 1.99 1.28 3.05 -
YUV 30.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 48 18 49 0.02 0.63 0 0.81 298.06 0.46 0.13
Hex 30 12 31 2 3F 0 51 12A 2E D
Octal 60 22 61 2 77 0 121 452 56 15
Binary 110000 10010 110001 10 111111 0 1010001 100101010 101110 1101

Color Harmonies of #301231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301231

Black with #301231

Text Example


Text Example

White with #301231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301231; }

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

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

background-color css

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

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

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

border-color css

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

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

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