#301233

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

Shades of Mardi Gras #301233

Tints of Mardi Gras #301233

Color information

#301233 (or 0x301233) is unknown color: approx Mardi Gras. HEX triplet: 30, 12 and 33. RGB value is (48,18,51). Sum of RGB (Red+Green+Blue) = 48+18+51=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 51 - color contains mainly: blue. Hex color #301233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301233 is #CFEDCC. Grayscale: #1E1E1E. Windows color (decimal): -13626829 or 3346992. OLE color: 3346992.

HSL color Cylindrical-coordinate representation of color #301233: hue angle of 294.55º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301233 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB481851-
CMYK0.060.6500.8
HSL294.55º47.83%13.53%-
HSV(B)294.55º64.71%20%-
XYZ2.031.33.28-
YUV30.73139.44140.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 51 (20.31% from 255) = 43.59%
R=41.03%
G=15.38%
B=43.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4818510.060.6500.8294.5547.8313.53
Hex30123364105012730e
Octal602263610101204476016
Binary110000100101100111101000001010100001001001111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301233; }

 p { color: rgb(48,18,51); }

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

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

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

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

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

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

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