#302B15

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

Shades of Maire #302B15

Tints of Maire #302B15

Color information

#302B15 (or 0x302B15) is unknown color: approx Maire. HEX triplet: 30, 2B and 15. RGB value is (48,43,21). Sum of RGB (Red+Green+Blue) = 48+43+21=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #302B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B15 is #CFD4EA. Grayscale: #2A2A2A. Windows color (decimal): -13620459 or 1387312. OLE color: 1387312.

HSL color Cylindrical-coordinate representation of color #302B15: hue angle of 48.89º 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 #302B15 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB484321-
CMYK00.100.560.81
HSL48.89º39.13%13.53%-
HSV(B)48.89º56.25%18.82%-
XYZ2.222.411.06-
YUV41.99116.16132.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 43 (17.19% from 255) = 38.39%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=42.86%
G=38.39%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48432100.100.560.8148.8939.1313.53
Hex302B150A38513127e
Octal60532501270121614716
Binary110000101011101010101011100010100011100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302B15; }

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

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

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

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

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

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

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

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