#30022B

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

Shades of Mardi Gras #30022B

Tints of Mardi Gras #30022B

Color information

#30022B (or 0x30022B) is unknown color: approx Mardi Gras. HEX triplet: 30, 02 and 2B. RGB value is (48,2,43). Sum of RGB (Red+Green+Blue) = 48+2+43=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #30022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30022B is #CFFDD4. Grayscale: #141414. Windows color (decimal): -13630933 or 2818608. OLE color: 2818608.

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

Color convert

RGB48243-
CMYK00.960.100.81
HSL306.52º92%9.8%-
HSV(B)306.52º95.83%18.82%-
XYZ1.680.852.36-
YUV20.43140.74147.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 43 (17.19% from 255) = 46.24%
R=51.61%
G=2.15%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4824300.960.100.81306.52929.8
Hex3022B060A511335ca
Octal6025301401212146313412
Binary11000010101011011000001010101000110011001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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