#30102B

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

Shades of Mardi Gras #30102B

Tints of Mardi Gras #30102B

Color information

#30102B (or 0x30102B) is unknown color: approx Mardi Gras. HEX triplet: 30, 10 and 2B. RGB value is (48,16,43). Sum of RGB (Red+Green+Blue) = 48+16+43=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #30102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30102B is #CFEFD4. Grayscale: #1C1C1C. Windows color (decimal): -13627349 or 2822192. OLE color: 2822192.

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

Color convert

RGB481643-
CMYK00.670.100.81
HSL309.38º50%12.55%-
HSV(B)309.38º66.67%18.82%-
XYZ1.841.172.41-
YUV28.65136.1141.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 43 (17.19% from 255) = 40.19%
R=44.86%
G=14.95%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48164300.670.100.81309.385012.55
Hex30102B043A5113532d
Octal6020530103121214656215
Binary1100001000010101101000011101010100011001101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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