#30012B

Color #30012B Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #30012B

Tints of Mardi Gras #30012B

Color information

#30012B (or 0x30012B) is unknown color: approx Mardi Gras. HEX triplet: 30, 01 and 2B. RGB value is (48,1,43). Sum of RGB (Red+Green+Blue) = 48+1+43=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #30012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30012B is #CFFED4. Grayscale: #131313. Windows color (decimal): -13631189 or 2818352. OLE color: 2818352.

HSL color Cylindrical-coordinate representation of color #30012B: hue angle of 306.38º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30012B is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB48143-
CMYK00.980.100.81
HSL306.38º95.92%9.61%-
HSV(B)306.38º97.92%18.82%-
XYZ1.670.822.36-
YUV19.84141.07148.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=52.17%
G=1.09%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4814300.980.100.81306.3895.929.61
Hex3012B062A5113260a
Octal6015301421212146214012
Binary1100001101011011000101010101000110011001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30012B; }

 p { color: rgb(48,1,43); }

 H1.HeaderClassName
 {
   color: #30012B;
 }
 .AnyTagClassName
 {
   color: #30012B;
 }
</style>
background-color css

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

 a { background-color: rgb(48,1,43); }

 div.DivClassName
 {
   background-color: #30012B;
 }
 .BgClassName
 {
   background-color: #30012B;
 }
</style>
border-color css

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

 span { border-color: rgb(48,1,43); }

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