#302B03

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

Shades of Maire #302B03

Tints of Maire #302B03

Color information

#302B03 (or 0x302B03) is unknown color: approx Maire. HEX triplet: 30, 2B and 03. RGB value is (48,43,3). Sum of RGB (Red+Green+Blue) = 48+43+3=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #302B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B03 is #CFD4FC. Grayscale: #282828. Windows color (decimal): -13620477 or 207664. OLE color: 207664.

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

Color convert

RGB48433-
CMYK00.100.940.81
HSL53.33º88.24%10%-
HSV(B)53.33º93.75%18.82%-
XYZ2.12.360.43-
YUV39.94107.16133.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 43 (17.19% from 255) = 45.74%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=51.06%
G=45.74%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4843300.100.940.8153.3388.2410
Hex302B30A5E513558a
Octal605330121361216513012
Binary11000010101111010101011110101000111010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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