#302B1C

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

Shades of Maire #302B1C

Tints of Maire #302B1C

Color information

#302B1C (or 0x302B1C) is unknown color: approx Maire. HEX triplet: 30, 2B and 1C. RGB value is (48,43,28). Sum of RGB (Red+Green+Blue) = 48+43+28=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #302B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B1C is #CFD4E3. Grayscale: #2A2A2A. Windows color (decimal): -13620452 or 1846064. OLE color: 1846064.

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

Color convert

RGB484328-
CMYK00.100.420.81
HSL45º26.32%14.9%-
HSV(B)45º41.67%18.82%-
XYZ2.292.441.45-
YUV42.78119.66131.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 43 (17.19% from 255) = 36.13%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=40.34%
G=36.13%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48432800.100.420.814526.3214.9
Hex302B1C0A2A512d1af
Octal60533401252121553217
Binary11000010101111100010101010101010001101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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