#302C02

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

Shades of Maire #302C02

Tints of Maire #302C02

Color information

#302C02 (or 0x302C02) is unknown color: approx Maire. HEX triplet: 30, 2C and 02. RGB value is (48,44,2). Sum of RGB (Red+Green+Blue) = 48+44+2=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 44 (17.58% from 255 or 46.81% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #302C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C02 is #CFD3FD. Grayscale: #282828. Windows color (decimal): -13620222 or 142384. OLE color: 142384.

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

Color convert

RGB48442-
CMYK00.080.960.81
HSL54.78º92%9.8%-
HSV(B)54.78º95.83%18.82%-
XYZ2.132.430.41-
YUV40.41106.33133.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 44 (17.58% from 255) = 46.81%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=51.06%
G=46.81%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4844200.080.960.8154.78929.8
Hex302C2086051375ca
Octal605420101401216713412
Binary11000010110010010001100000101000111011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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