#302A04

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

Shades of Maire #302A04

Tints of Maire #302A04

Color information

#302A04 (or 0x302A04) is unknown color: approx Maire. HEX triplet: 30, 2A and 04. RGB value is (48,42,4). Sum of RGB (Red+Green+Blue) = 48+42+4=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #302A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A04 is #CFD5FB. Grayscale: #272727. Windows color (decimal): -13620732 or 272944. OLE color: 272944.

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

Color convert

RGB48424-
CMYK00.130.920.81
HSL51.82º84.62%10.2%-
HSV(B)51.82º91.67%18.82%-
XYZ2.072.290.45-
YUV39.46107.99134.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 42 (16.80% from 255) = 44.68%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=51.06%
G=44.68%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4842400.130.920.8151.8284.6210.2
Hex302A40D5C513455a
Octal605240151341216412512
Binary110000101010100011011011100101000111010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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