#300B32

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

Shades of Mardi Gras #300B32

Tints of Mardi Gras #300B32

Color information

#300B32 (or 0x300B32) is unknown color: approx Mardi Gras. HEX triplet: 30, 0B and 32. RGB value is (48,11,50). Sum of RGB (Red+Green+Blue) = 48+11+50=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: blue. Hex color #300B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B32 is #CFF4CD. Grayscale: #1A1A1A. Windows color (decimal): -13628622 or 3279664. OLE color: 3279664.

HSL color Cylindrical-coordinate representation of color #300B32: hue angle of 296.92º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #300B32 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB481150-
CMYK0.040.7800.80
HSL296.92º63.93%11.96%-
HSV(B)296.92º78%19.61%-
XYZ1.911.13.13-
YUV26.51141.26143.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 11 (4.69% from 255) = 10.09%
BLUE value IS 50 (19.92% from 255) = 45.87%
R=44.04%
G=10.09%
B=45.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4811500.040.7800.80296.9263.9311.96
Hex30B3244E05012940c
Octal6013624116012045110014
Binary110000101111001010010011100101000010010100110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,11,50); }

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

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

 a { background-color: rgb(48,11,50); }

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

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

 span { border-color: rgb(48,11,50); }

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