Html Css Color HEX #30132C Mardi Gras

📋 copy color: '#30132C'

red 48 ◦ green 19 ◦ blue 44

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

Shades of Mardi Gras #30132C

Tints of Mardi Gras #30132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.12%

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

R = 43.24%
G = 17.12%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#30132C (or 0x30132C) is known color: Mardi Gras. HEX triplet: 30, 13 and 2C. RGB value is (48,19,44). Sum of RGB (Red+Green+Blue) = 48+19+44=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #30132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30132C is #CFECD3. Grayscale: #1E1E1E. Windows color (decimal): -13626580 or 2888496. OLE color: 2888496.

HSL color Cylindrical-coordinate representation of color #30132C: hue angle of 308.28º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30132C is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 19 44 -
CMYK 0 0.60 0.08 0.81
HSL 308.28º 0.43% 0.13% -
HSV(B) 308.28º 0.6% 0.19% -
XYZ 1.91 1.28 2.53 -
YUV 30.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 48 19 44 0 0.60 0.08 0.81 308.28 0.43 0.13
Hex 30 13 2C 0 3C 8 51 134 2B D
Octal 60 23 54 0 74 10 121 464 53 15
Binary 110000 10011 101100 0 111100 1000 1010001 100110100 101011 1101

Color Harmonies of #30132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30132C

Black with #30132C

Text Example


Text Example

White with #30132C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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