#302A0F

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

Shades of Maire #302A0F

Tints of Maire #302A0F

Color information

#302A0F (or 0x302A0F) is unknown color: approx Maire. HEX triplet: 30, 2A and 0F. RGB value is (48,42,15). Sum of RGB (Red+Green+Blue) = 48+42+15=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #302A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A0F is #CFD5F0. Grayscale: #282828. Windows color (decimal): -13620721 or 993840. OLE color: 993840.

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

Color convert

RGB484215-
CMYK00.130.690.81
HSL49.09º52.38%12.35%-
HSV(B)49.09º68.75%18.82%-
XYZ2.132.320.79-
YUV40.72113.49133.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 42 (16.80% from 255) = 40%
BLUE value IS 15 (6.25% from 255) = 14.29%
R=45.71%
G=40%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48421500.130.690.8149.0952.3812.35
Hex302AF0D45513134c
Octal605217015105121616414
Binary110000101010111101101100010110100011100011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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