#302B18

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

Shades of Maire #302B18

Tints of Maire #302B18

Color information

#302B18 (or 0x302B18) is unknown color: approx Maire. HEX triplet: 30, 2B and 18. RGB value is (48,43,24). Sum of RGB (Red+Green+Blue) = 48+43+24=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #302B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B18 is #CFD4E7. Grayscale: #2A2A2A. Windows color (decimal): -13620456 or 1583920. OLE color: 1583920.

HSL color Cylindrical-coordinate representation of color #302B18: hue angle of 47.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #302B18 is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB484324-
CMYK00.100.50.81
HSL47.5º33.33%14.12%-
HSV(B)47.5º50%18.82%-
XYZ2.252.421.21-
YUV42.33117.66132.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 43 (17.19% from 255) = 37.39%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=41.74%
G=37.39%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48432400.100.50.8147.533.3314.12
Hex302B180A32513021e
Octal60533001262121604116
Binary110000101011110000101011001010100011100001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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