#302908

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

Shades of Maire #302908

Tints of Maire #302908

Color information

#302908 (or 0x302908) is unknown color: approx Maire. HEX triplet: 30, 29 and 08. RGB value is (48,41,8). Sum of RGB (Red+Green+Blue) = 48+41+8=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #302908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302908 is #CFD6F7. Grayscale: #272727. Windows color (decimal): -13620984 or 534832. OLE color: 534832.

HSL color Cylindrical-coordinate representation of color #302908: hue angle of 49.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #302908 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB48418-
CMYK00.150.830.81
HSL49.5º71.43%10.98%-
HSV(B)49.5º83.33%18.82%-
XYZ2.062.230.55-
YUV39.33110.32134.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 41 (16.41% from 255) = 42.27%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=49.48%
G=42.27%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4841800.150.830.8149.571.4310.98
Hex302980F53513247b
Octal6051100171231216210713
Binary1100001010011000011111010011101000111001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302908; }

 p { color: rgb(48,41,8); }

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

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

 a { background-color: rgb(48,41,8); }

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

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

 span { border-color: rgb(48,41,8); }

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