#302801

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

Shades of Maire #302801

Tints of Maire #302801

Color information

#302801 (or 0x302801) is unknown color: approx Maire. HEX triplet: 30, 28 and 01. RGB value is (48,40,1). Sum of RGB (Red+Green+Blue) = 48+40+1=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #302801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302801 is #CFD7FE. Grayscale: #262626. Windows color (decimal): -13621247 or 75824. OLE color: 75824.

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

Color convert

RGB48401-
CMYK00.170.980.81
HSL49.79º95.92%9.61%-
HSV(B)49.79º97.92%18.82%-
XYZ1.982.150.34-
YUV37.95107.15135.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.93%
GREEN value IS 40 (16.02% from 255) = 44.94%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=53.93%
G=44.94%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4840100.170.980.8149.7995.929.61
Hex3028101162513260a
Octal605010211421216214012
Binary11000010100010100011100010101000111001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302801; }

 p { color: rgb(48,40,1); }

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

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

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

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

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

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

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