#302C05

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

Shades of Maire #302C05

Tints of Maire #302C05

Color information

#302C05 (or 0x302C05) is unknown color: approx Maire. HEX triplet: 30, 2C and 05. RGB value is (48,44,5). Sum of RGB (Red+Green+Blue) = 48+44+5=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #302C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C05 is #CFD3FA. Grayscale: #282828. Windows color (decimal): -13620219 or 338992. OLE color: 338992.

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

Color convert

RGB48445-
CMYK00.080.900.81
HSL54.42º81.13%10.39%-
HSV(B)54.42º89.58%18.82%-
XYZ2.152.440.5-
YUV40.75107.83133.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 44 (17.58% from 255) = 45.36%
BLUE value IS 5 (2.34% from 255) = 5.15%
R=49.48%
G=45.36%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4844500.080.900.8154.4281.1310.39
Hex302C5085A513651a
Octal605450101321216612112
Binary110000101100101010001011010101000111011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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