#302A0E

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

Shades of Maire #302A0E

Tints of Maire #302A0E

Color information

#302A0E (or 0x302A0E) is unknown color: approx Maire. HEX triplet: 30, 2A and 0E. RGB value is (48,42,14). Sum of RGB (Red+Green+Blue) = 48+42+14=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 42 (16.80% from 255 or 40.38% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #302A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A0E is #CFD5F1. Grayscale: #282828. Windows color (decimal): -13620722 or 928304. OLE color: 928304.

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

Color convert

RGB484214-
CMYK00.130.710.81
HSL49.41º54.84%12.16%-
HSV(B)49.41º70.83%18.82%-
XYZ2.132.320.75-
YUV40.6112.99133.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 42 (16.80% from 255) = 40.38%
BLUE value IS 14 (5.86% from 255) = 13.46%
R=46.15%
G=40.38%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48421400.130.710.8149.4154.8412.16
Hex302AE0D47513137c
Octal605216015107121616714
Binary110000101010111001101100011110100011100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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