#300B35

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

Shades of Mardi Gras #300B35

Tints of Mardi Gras #300B35

Color information

#300B35 (or 0x300B35) is unknown color: approx Mardi Gras. HEX triplet: 30, 0B and 35. RGB value is (48,11,53). Sum of RGB (Red+Green+Blue) = 48+11+53=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: blue. Hex color #300B35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B35 is #CFF4CA. Grayscale: #1A1A1A. Windows color (decimal): -13628619 or 3476272. OLE color: 3476272.

HSL color Cylindrical-coordinate representation of color #300B35: hue angle of 292.86º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300B35 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB481153-
CMYK0.090.7900.79
HSL292.86º65.62%12.55%-
HSV(B)292.86º79.25%20.78%-
XYZ1.981.123.48-
YUV26.85142.76143.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 11 (4.69% from 255) = 9.82%
BLUE value IS 53 (21.09% from 255) = 47.32%
R=42.86%
G=9.82%
B=47.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4811530.090.7900.79292.8665.6212.55
Hex30B3594F04F12542d
Octal60136511117011744510215
Binary1100001011110101100110011110100111110010010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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