#302A0C

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

Shades of Maire #302A0C

Tints of Maire #302A0C

Color information

#302A0C (or 0x302A0C) is unknown color: approx Maire. HEX triplet: 30, 2A and 0C. RGB value is (48,42,12). Sum of RGB (Red+Green+Blue) = 48+42+12=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #302A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A0C is #CFD5F3. Grayscale: #282828. Windows color (decimal): -13620724 or 797232. OLE color: 797232.

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

Color convert

RGB484212-
CMYK00.130.750.81
HSL50º60%11.76%-
HSV(B)50º75%18.82%-
XYZ2.112.310.68-
YUV40.37111.99133.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 42 (16.80% from 255) = 41.18%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=47.06%
G=41.18%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48421200.130.750.81506011.76
Hex302AC0D4B51323cc
Octal605214015113121627414
Binary110000101010110001101100101110100011100101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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