#301235

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

Shades of Mardi Gras #301235

Tints of Mardi Gras #301235

Color information

#301235 (or 0x301235) is unknown color: approx Mardi Gras. HEX triplet: 30, 12 and 35. RGB value is (48,18,53). Sum of RGB (Red+Green+Blue) = 48+18+53=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 53 - color contains mainly: blue. Hex color #301235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301235 is #CFEDCA. Grayscale: #1E1E1E. Windows color (decimal): -13626827 or 3478064. OLE color: 3478064.

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

Color convert

RGB481853-
CMYK0.090.6600.79
HSL291.43º49.3%13.92%-
HSV(B)291.43º66.04%20.78%-
XYZ2.081.323.51-
YUV30.96140.44140.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 53 (21.09% from 255) = 44.54%
R=40.34%
G=15.13%
B=44.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4818530.090.6600.79291.4349.313.92
Hex30123594204F12331e
Octal6022651110201174436116
Binary1100001001011010110011000010010011111001000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301235; }

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

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

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

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

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

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

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

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