#302915

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

Shades of Maire #302915

Tints of Maire #302915

Color information

#302915 (or 0x302915) is unknown color: approx Maire. HEX triplet: 30, 29 and 15. RGB value is (48,41,21). Sum of RGB (Red+Green+Blue) = 48+41+21=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #302915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302915 is #CFD6EA. Grayscale: #282828. Windows color (decimal): -13620971 or 1386800. OLE color: 1386800.

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

Color convert

RGB484121-
CMYK00.150.560.81
HSL44.44º39.13%13.53%-
HSV(B)44.44º56.25%18.82%-
XYZ2.152.271.03-
YUV40.81116.82133.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 41 (16.41% from 255) = 37.27%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=43.64%
G=37.27%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48412100.150.560.8144.4439.1313.53
Hex3029150F38512c27e
Octal60512501770121544716
Binary110000101001101010111111100010100011011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302915; }

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

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

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

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

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

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

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

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