#302800

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

Shades of Maire #302800

Tints of Maire #302800

Color information

#302800 (or 0x302800) is unknown color: approx Maire. HEX triplet: 30, 28 and 00. RGB value is (48,40,0). Sum of RGB (Red+Green+Blue) = 48+40+0=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #302800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302800 is #CFD7FF. Grayscale: #262626. Windows color (decimal): -13621248 or 10288. OLE color: 10288.

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

Color convert

RGB48400-
CMYK00.1710.81
HSL50º100%9.41%-
HSV(B)50º100%18.82%-
XYZ1.982.150.31-
YUV37.83106.65135.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 40 (16.02% from 255) = 45.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.55%
G=45.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4840000.1710.81501009.41
Hex30280011645132649
Octal605000211441216214411
Binary11000010100000100011100100101000111001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302800; }

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

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

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

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

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

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

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

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