Html Css Color HEX #301132 Mardi Gras

📋 copy color: '#301132'

red 48 ◦ green 17 ◦ blue 50

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

Shades of Mardi Gras #301132

Tints of Mardi Gras #301132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.78%

 BLUE value IS 50 (19.92% from 255) = 43.48%

R = 41.74%
G = 14.78%
B = 43.48%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#301132 (or 0x301132) is known color: Mardi Gras. HEX triplet: 30, 11 and 32. RGB value is (48,17,50). Sum of RGB (Red+Green+Blue) = 48+17+50=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #301132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301132 is #CFEECD. Grayscale: #1D1D1D. Windows color (decimal): -13627086 or 3281200. OLE color: 3281200.

HSL color Cylindrical-coordinate representation of color #301132: hue angle of 296.36º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #301132 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 17 50 -
CMYK 0.04 0.66 0 0.80
HSL 296.36º 0.49% 0.13% -
HSV(B) 296.36º 0.66% 0.2% -
XYZ 2 1.26 3.16 -
YUV 30.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 48 17 50 0.04 0.66 0 0.80 296.36 0.49 0.13
Hex 30 11 32 4 42 0 50 128 31 D
Octal 60 21 62 4 102 0 120 450 61 15
Binary 110000 10001 110010 100 1000010 0 1010000 100101000 110001 1101

Color Harmonies of #301132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301132

Black with #301132

Text Example


Text Example

White with #301132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301132; }

 p { color: rgb(48,17,50); }

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

background-color css

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

 a { background-color: rgb(48,17,50); }

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

border-color css

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

 span { border-color: rgb(48,17,50); }

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