#300A2F

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

Shades of Mardi Gras #300A2F

Tints of Mardi Gras #300A2F

Color information

#300A2F (or 0x300A2F) is unknown color: approx Mardi Gras. HEX triplet: 30, 0A and 2F. RGB value is (48,10,47). Sum of RGB (Red+Green+Blue) = 48+10+47=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #300A2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A2F is #CFF5D0. Grayscale: #191919. Windows color (decimal): -13628881 or 3082800. OLE color: 3082800.

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

Color convert

RGB481047-
CMYK00.790.020.81
HSL301.58º65.52%11.37%-
HSV(B)301.58º79.17%18.82%-
XYZ1.841.052.8-
YUV25.58140.09143.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 10 (4.30% from 255) = 9.52%
BLUE value IS 47 (18.75% from 255) = 44.76%
R=45.71%
G=9.52%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48104700.790.020.81301.5865.5211.37
Hex30A2F04F25112e42b
Octal6012570117212145610213
Binary11000010101011110100111110101000110010111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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