#300935

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

Shades of Mardi Gras #300935

Tints of Mardi Gras #300935

Color information

#300935 (or 0x300935) is unknown color: approx Mardi Gras. HEX triplet: 30, 09 and 35. RGB value is (48,9,53). Sum of RGB (Red+Green+Blue) = 48+9+53=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 53 - color contains mainly: blue. Hex color #300935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300935 is #CFF6CA. Grayscale: #191919. Windows color (decimal): -13629131 or 3475760. OLE color: 3475760.

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

Color convert

RGB48953-
CMYK0.090.8300.79
HSL293.18º70.97%12.16%-
HSV(B)293.18º83.02%20.78%-
XYZ1.961.083.47-
YUV25.68143.42143.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 53 (21.09% from 255) = 48.18%
R=43.64%
G=8.18%
B=48.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal489530.090.8300.79293.1870.9712.16
Hex3093595304F12547c
Octal60116511123011744510714
Binary1100001001110101100110100110100111110010010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300935; }

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

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

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

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

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

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

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

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