#302A05

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

Shades of Maire #302A05

Tints of Maire #302A05

Color information

#302A05 (or 0x302A05) is unknown color: approx Maire. HEX triplet: 30, 2A and 05. RGB value is (48,42,5). Sum of RGB (Red+Green+Blue) = 48+42+5=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #302A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A05 is #CFD5FA. Grayscale: #272727. Windows color (decimal): -13620731 or 338480. OLE color: 338480.

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

Color convert

RGB48425-
CMYK00.130.900.81
HSL51.63º81.13%10.39%-
HSV(B)51.63º89.58%18.82%-
XYZ2.072.30.48-
YUV39.58108.49134.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 42 (16.80% from 255) = 44.21%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=50.53%
G=44.21%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4842500.130.900.8151.6381.1310.39
Hex302A50D5A513451a
Octal605250151321216412112
Binary110000101010101011011011010101000111010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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