#302A09

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

Shades of Maire #302A09

Tints of Maire #302A09

Color information

#302A09 (or 0x302A09) is unknown color: approx Maire. HEX triplet: 30, 2A and 09. RGB value is (48,42,9). Sum of RGB (Red+Green+Blue) = 48+42+9=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #302A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A09 is #CFD5F6. Grayscale: #282828. Windows color (decimal): -13620727 or 600624. OLE color: 600624.

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

Color convert

RGB48429-
CMYK00.130.810.81
HSL50.77º68.42%11.18%-
HSV(B)50.77º81.25%18.82%-
XYZ2.12.30.59-
YUV40.03110.49133.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 42 (16.80% from 255) = 42.42%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=48.48%
G=42.42%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4842900.130.810.8150.7768.4211.18
Hex302A90D51513344b
Octal6052110151211216310413
Binary1100001010101001011011010001101000111001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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