#302230

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

Shades of Mardi Gras #302230

Tints of Mardi Gras #302230

Color information

#302230 (or 0x302230) is unknown color: approx Mardi Gras. HEX triplet: 30, 22 and 30. RGB value is (48,34,48). Sum of RGB (Red+Green+Blue) = 48+34+48=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #302230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302230 is #CFDDCF. Grayscale: #272727. Windows color (decimal): -13622736 or 3154480. OLE color: 3154480.

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

Color convert

RGB483448-
CMYK00.2900.81
HSL300º17.07%16.08%-
HSV(B)300º29.17%18.82%-
XYZ2.321.993.06-
YUV39.78132.64133.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.92%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 48 (19.14% from 255) = 36.92%
R=36.92%
G=26.15%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48344800.2900.8130017.0716.08
Hex30223001D05112c1110
Octal60426003501214542120
Binary110000100010110000011101010100011001011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302230; }

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

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

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

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

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

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

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

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