Html Css Color HEX #30132D Mardi Gras

📋 copy color: '#30132D'

red 48 ◦ green 19 ◦ blue 45

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

Shades of Mardi Gras #30132D

Tints of Mardi Gras #30132D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 40.18%

R = 42.86%
G = 16.96%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#30132D (or 0x30132D) is known color: Mardi Gras. HEX triplet: 30, 13 and 2D. RGB value is (48,19,45). Sum of RGB (Red+Green+Blue) = 48+19+45=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #30132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30132D is #CFECD2. Grayscale: #1E1E1E. Windows color (decimal): -13626579 or 2954032. OLE color: 2954032.

HSL color Cylindrical-coordinate representation of color #30132D: hue angle of 306.21º 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 #30132D is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 19 45 -
CMYK 0 0.60 0.06 0.81
HSL 306.21º 0.43% 0.13% -
HSV(B) 306.21º 0.6% 0.19% -
XYZ 1.93 1.28 2.63 -
YUV 30.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 48 19 45 0 0.60 0.06 0.81 306.21 0.43 0.13
Hex 30 13 2D 0 3C 6 51 132 2B D
Octal 60 23 55 0 74 6 121 462 53 15
Binary 110000 10011 101101 0 111100 110 1010001 100110010 101011 1101

Color Harmonies of #30132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30132D

Black with #30132D

Text Example


Text Example

White with #30132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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