Html Css Color HEX #301532 Mardi Gras

📋 copy color: '#301532'

red 48 ◦ green 21 ◦ blue 50

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

Shades of Mardi Gras #301532

Tints of Mardi Gras #301532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.65%

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

R = 40.34%
G = 17.65%
B = 42.02%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#301532 (or 0x301532) is known color: Mardi Gras. HEX triplet: 30, 15 and 32. RGB value is (48,21,50). Sum of RGB (Red+Green+Blue) = 48+21+50=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 50 - color contains mainly: blue. Hex color #301532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301532 is #CFEACD. Grayscale: #202020. Windows color (decimal): -13626062 or 3282224. OLE color: 3282224.

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

Color convert

RGB 48 21 50 -
CMYK 0.04 0.58 0 0.80
HSL 295.86º 0.41% 0.14% -
HSV(B) 295.86º 0.58% 0.2% -
XYZ 2.06 1.39 3.18 -
YUV 32.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 48 21 50 0.04 0.58 0 0.80 295.86 0.41 0.14
Hex 30 15 32 4 3A 0 50 128 29 E
Octal 60 25 62 4 72 0 120 450 51 16
Binary 110000 10101 110010 100 111010 0 1010000 100101000 101001 1110

Color Harmonies of #301532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301532

Black with #301532

Text Example


Text Example

White with #301532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301532; }

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

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

background-color css

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

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

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

border-color css

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

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

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