Html Css Color HEX #30152C Mardi Gras

📋 copy color: '#30152C'

red 48 ◦ green 21 ◦ blue 44

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

Shades of Mardi Gras #30152C

Tints of Mardi Gras #30152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 38.94%

R = 42.48%
G = 18.58%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#30152C (or 0x30152C) is known color: Mardi Gras. HEX triplet: 30, 15 and 2C. RGB value is (48,21,44). Sum of RGB (Red+Green+Blue) = 48+21+44=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #30152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30152C is #CFEAD3. Grayscale: #1F1F1F. Windows color (decimal): -13626068 or 2889008. OLE color: 2889008.

HSL color Cylindrical-coordinate representation of color #30152C: hue angle of 308.89º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30152C is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 21 44 -
CMYK 0 0.56 0.08 0.81
HSL 308.89º 0.39% 0.14% -
HSV(B) 308.89º 0.56% 0.19% -
XYZ 1.94 1.35 2.54 -
YUV 31.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 48 21 44 0 0.56 0.08 0.81 308.89 0.39 0.14
Hex 30 15 2C 0 38 8 51 135 27 E
Octal 60 25 54 0 70 10 121 465 47 16
Binary 110000 10101 101100 0 111000 1000 1010001 100110101 100111 1110

Color Harmonies of #30152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30152C

Black with #30152C

Text Example


Text Example

White with #30152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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