#30262F

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

Shades of Mardi Gras #30262F

Tints of Mardi Gras #30262F

Color information

#30262F (or 0x30262F) is unknown color: approx Mardi Gras. HEX triplet: 30, 26 and 2F. RGB value is (48,38,47). Sum of RGB (Red+Green+Blue) = 48+38+47=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 48 - color contains mainly: red. Hex color #30262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30262F is #CFD9D0. Grayscale: #292929. Windows color (decimal): -13621713 or 3089968. OLE color: 3089968.

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

Color convert

RGB483847-
CMYK00.210.020.81
HSL306º11.63%16.86%-
HSV(B)306º20.83%18.82%-
XYZ2.432.222.99-
YUV42.02130.81132.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=36.09%
G=28.57%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48384700.210.020.8130611.6316.86
Hex30262F015251132c11
Octal60465702521214621421
Binary110000100110101111010101101010001100110010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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