#302E03

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

Shades of Maire #302E03

Tints of Maire #302E03

Color information

#302E03 (or 0x302E03) is unknown color: approx Maire. HEX triplet: 30, 2E and 03. RGB value is (48,46,3). Sum of RGB (Red+Green+Blue) = 48+46+3=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #302E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E03 is #CFD1FC. Grayscale: #292929. Windows color (decimal): -13619709 or 208432. OLE color: 208432.

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

Color convert

RGB48463-
CMYK00.040.940.81
HSL57.33º88.24%10%-
HSV(B)57.33º93.75%18.82%-
XYZ2.212.590.47-
YUV41.7106.16132.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 46 (18.36% from 255) = 47.42%
BLUE value IS 3 (1.56% from 255) = 3.09%
R=49.48%
G=47.42%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4846300.040.940.8157.3388.2410
Hex302E3045E513958a
Octal60563041361217113012
Binary1100001011101101001011110101000111100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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