#302A0D

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

Shades of Maire #302A0D

Tints of Maire #302A0D

Color information

#302A0D (or 0x302A0D) is unknown color: approx Maire. HEX triplet: 30, 2A and 0D. RGB value is (48,42,13). Sum of RGB (Red+Green+Blue) = 48+42+13=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 42 (16.80% from 255 or 40.78% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #302A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A0D is #CFD5F2. Grayscale: #282828. Windows color (decimal): -13620723 or 862768. OLE color: 862768.

HSL color Cylindrical-coordinate representation of color #302A0D: hue angle of 49.71º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #302A0D is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB484213-
CMYK00.130.730.81
HSL49.71º57.38%11.96%-
HSV(B)49.71º72.92%18.82%-
XYZ2.122.310.72-
YUV40.49112.49133.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 42 (16.80% from 255) = 40.78%
BLUE value IS 13 (5.47% from 255) = 12.62%
R=46.60%
G=40.78%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48421300.130.730.8149.7157.3811.96
Hex302AD0D49513239c
Octal605215015111121627114
Binary110000101010110101101100100110100011100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,42,13); }

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

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

 a { background-color: rgb(48,42,13); }

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

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

 span { border-color: rgb(48,42,13); }

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