#30062B

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

Shades of Mardi Gras #30062B

Tints of Mardi Gras #30062B

Color information

#30062B (or 0x30062B) is unknown color: approx Mardi Gras. HEX triplet: 30, 06 and 2B. RGB value is (48,6,43). Sum of RGB (Red+Green+Blue) = 48+6+43=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30062B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30062B is #CFF9D4. Grayscale: #161616. Windows color (decimal): -13629909 or 2819632. OLE color: 2819632.

HSL color Cylindrical-coordinate representation of color #30062B: hue angle of 307.14º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30062B is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB48643-
CMYK00.870.100.81
HSL307.14º77.78%10.59%-
HSV(B)307.14º87.5%18.82%-
XYZ1.720.932.37-
YUV22.78139.41145.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 6 (2.73% from 255) = 6.19%
BLUE value IS 43 (17.19% from 255) = 44.33%
R=49.48%
G=6.19%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4864300.870.100.81307.1477.7810.59
Hex3062B057A511334eb
Octal6065301271212146311613
Binary110000110101011010101111010101000110011001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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