#302A11

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

Shades of Maire #302A11

Tints of Maire #302A11

Color information

#302A11 (or 0x302A11) is unknown color: approx Maire. HEX triplet: 30, 2A and 11. RGB value is (48,42,17). Sum of RGB (Red+Green+Blue) = 48+42+17=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #302A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A11 is #CFD5EE. Grayscale: #292929. Windows color (decimal): -13620719 or 1124912. OLE color: 1124912.

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

Color convert

RGB484217-
CMYK00.130.650.81
HSL48.39º47.69%12.75%-
HSV(B)48.39º64.58%18.82%-
XYZ2.152.320.87-
YUV40.94114.49133.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 42 (16.80% from 255) = 39.25%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=44.86%
G=39.25%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48421700.130.650.8148.3947.6912.75
Hex302A110D41513030d
Octal605221015101121606015
Binary1100001010101000101101100000110100011100001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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