#30152F

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

Shades of Mardi Gras #30152F

Tints of Mardi Gras #30152F

Color information

#30152F (or 0x30152F) is unknown color: approx Mardi Gras. HEX triplet: 30, 15 and 2F. RGB value is (48,21,47). Sum of RGB (Red+Green+Blue) = 48+21+47=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #30152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30152F is #CFEAD0. Grayscale: #1F1F1F. Windows color (decimal): -13626065 or 3085616. OLE color: 3085616.

HSL color Cylindrical-coordinate representation of color #30152F: hue angle of 302.22º 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 #30152F is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB482147-
CMYK00.560.020.81
HSL302.22º39.13%13.53%-
HSV(B)302.22º56.25%18.82%-
XYZ21.372.85-
YUV32.04136.45139.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=41.38%
G=18.10%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48214700.560.020.81302.2239.1313.53
Hex30152F03825112e27e
Octal60255707021214564716
Binary1100001010110111101110001010100011001011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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