#30242F

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

Shades of Mardi Gras #30242F

Tints of Mardi Gras #30242F

Color information

#30242F (or 0x30242F) is unknown color: approx Mardi Gras. HEX triplet: 30, 24 and 2F. RGB value is (48,36,47). Sum of RGB (Red+Green+Blue) = 48+36+47=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 48 - color contains mainly: red. Hex color #30242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30242F is #CFDBD0. Grayscale: #282828. Windows color (decimal): -13622225 or 3089456. OLE color: 3089456.

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

Color convert

RGB483647-
CMYK00.250.020.81
HSL305º14.29%16.47%-
HSV(B)305º25%18.82%-
XYZ2.362.12.97-
YUV40.84131.48133.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 47 (18.75% from 255) = 35.88%
R=36.64%
G=27.48%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48364700.250.020.8130514.2916.47
Hex30242F019251131e10
Octal60445703121214611620
Binary110000100100101111011001101010001100110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30242F; }

 p { color: rgb(48,36,47); }

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

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

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

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

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

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

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