Html Css Color HEX #301533 Mardi Gras

📋 copy color: '#301533'

red 48 ◦ green 21 ◦ blue 51

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

Shades of Mardi Gras #301533

Tints of Mardi Gras #301533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 42.5%

R = 40%
G = 17.5%
B = 42.5%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#301533 (or 0x301533) is known color: Mardi Gras. HEX triplet: 30, 15 and 33. RGB value is (48,21,51). Sum of RGB (Red+Green+Blue) = 48+21+51=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #301533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301533 is #CFEACC. Grayscale: #202020. Windows color (decimal): -13626061 or 3347760. OLE color: 3347760.

HSL color Cylindrical-coordinate representation of color #301533: hue angle of 294º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #301533 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 48 21 51 -
CMYK 0.06 0.59 0 0.8
HSL 294º 0.42% 0.14% -
HSV(B) 294º 0.59% 0.2% -
XYZ 2.08 1.4 3.29 -
YUV 32.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 48 21 51 0.06 0.59 0 0.8 294 0.42 0.14
Hex 30 15 33 6 3B 0 50 126 2A E
Octal 60 25 63 6 73 0 120 446 52 16
Binary 110000 10101 110011 110 111011 0 1010000 100100110 101010 1110

Color Harmonies of #301533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301533

Black with #301533

Text Example


Text Example

White with #301533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301533; }

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

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

background-color css

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

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

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

border-color css

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

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

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