#302C03

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

Shades of Maire #302C03

Tints of Maire #302C03

Color information

#302C03 (or 0x302C03) is unknown color: approx Maire. HEX triplet: 30, 2C and 03. RGB value is (48,44,3). Sum of RGB (Red+Green+Blue) = 48+44+3=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #302C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C03 is #CFD3FC. Grayscale: #282828. Windows color (decimal): -13620221 or 207920. OLE color: 207920.

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

Color convert

RGB48443-
CMYK00.080.940.81
HSL54.67º88.24%10%-
HSV(B)54.67º93.75%18.82%-
XYZ2.142.440.44-
YUV40.52106.83133.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 44 (17.58% from 255) = 46.32%
BLUE value IS 3 (1.56% from 255) = 3.16%
R=50.53%
G=46.32%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4844300.080.940.8154.6788.2410
Hex302C3085E513758a
Octal605430101361216713012
Binary11000010110011010001011110101000111011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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