#302B02

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

Shades of Maire #302B02

Tints of Maire #302B02

Color information

#302B02 (or 0x302B02) is unknown color: approx Maire. HEX triplet: 30, 2B and 02. RGB value is (48,43,2). Sum of RGB (Red+Green+Blue) = 48+43+2=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #302B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B02 is #CFD4FD. Grayscale: #272727. Windows color (decimal): -13620478 or 142128. OLE color: 142128.

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

Color convert

RGB48432-
CMYK00.100.960.81
HSL53.48º92%9.8%-
HSV(B)53.48º95.83%18.82%-
XYZ2.092.360.4-
YUV39.82106.66133.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 43 (17.19% from 255) = 46.24%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=51.61%
G=46.24%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4843200.100.960.8153.48929.8
Hex302B20A6051355ca
Octal605320121401216513412
Binary11000010101110010101100000101000111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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