#302E04

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

Shades of Maire #302E04

Tints of Maire #302E04

Color information

#302E04 (or 0x302E04) is unknown color: approx Maire. HEX triplet: 30, 2E and 04. RGB value is (48,46,4). Sum of RGB (Red+Green+Blue) = 48+46+4=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #302E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E04 is #CFD1FB. Grayscale: #292929. Windows color (decimal): -13619708 or 273968. OLE color: 273968.

HSL color Cylindrical-coordinate representation of color #302E04: hue angle of 57.27º 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 #302E04 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB48464-
CMYK00.040.920.81
HSL57.27º84.62%10.2%-
HSV(B)57.27º91.67%18.82%-
XYZ2.222.590.5-
YUV41.81106.66132.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 46 (18.36% from 255) = 46.94%
BLUE value IS 4 (1.95% from 255) = 4.08%
R=48.98%
G=46.94%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4846400.040.920.8157.2784.6210.2
Hex302E4045C513955a
Octal60564041341217112512
Binary11000010111010001001011100101000111100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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