#302330

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

Shades of Mardi Gras #302330

Tints of Mardi Gras #302330

Color information

#302330 (or 0x302330) is unknown color: approx Mardi Gras. HEX triplet: 30, 23 and 30. RGB value is (48,35,48). Sum of RGB (Red+Green+Blue) = 48+35+48=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #302330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302330 is #CFDCCF. Grayscale: #282828. Windows color (decimal): -13622480 or 3154736. OLE color: 3154736.

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

Color convert

RGB483548-
CMYK00.2700.81
HSL300º15.66%16.27%-
HSV(B)300º27.08%18.82%-
XYZ2.352.043.07-
YUV40.37132.31133.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 35 (14.06% from 255) = 26.72%
BLUE value IS 48 (19.14% from 255) = 36.64%
R=36.64%
G=26.72%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48354800.2700.8130015.6616.27
Hex30233001B05112c1010
Octal60436003301214542020
Binary110000100011110000011011010100011001011001000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302330; }

 p { color: rgb(48,35,48); }

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

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

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

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

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

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

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