#300A2B

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

Shades of Mardi Gras #300A2B

Tints of Mardi Gras #300A2B

Color information

#300A2B (or 0x300A2B) is unknown color: approx Mardi Gras. HEX triplet: 30, 0A and 2B. RGB value is (48,10,43). Sum of RGB (Red+Green+Blue) = 48+10+43=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #300A2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A2B is #CFF5D4. Grayscale: #191919. Windows color (decimal): -13628885 or 2820656. OLE color: 2820656.

HSL color Cylindrical-coordinate representation of color #300A2B: hue angle of 307.89º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300A2B is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB481043-
CMYK00.790.100.81
HSL307.89º65.52%11.37%-
HSV(B)307.89º79.17%18.82%-
XYZ1.761.022.39-
YUV25.12138.09144.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 10 (4.30% from 255) = 9.90%
BLUE value IS 43 (17.19% from 255) = 42.57%
R=47.52%
G=9.90%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48104300.790.100.81307.8965.5211.37
Hex30A2B04FA5113442b
Octal60125301171212146410213
Binary1100001010101011010011111010101000110011010010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300A2B; }

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

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

<style>
 a { background-color: #300A2B; }

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

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

<style>
 span { border-color: #300A2B; }

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

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