#302B04

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

Shades of Maire #302B04

Tints of Maire #302B04

Color information

#302B04 (or 0x302B04) is unknown color: approx Maire. HEX triplet: 30, 2B and 04. RGB value is (48,43,4). Sum of RGB (Red+Green+Blue) = 48+43+4=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 43 (17.19% from 255 or 45.26% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #302B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B04 is #CFD4FB. Grayscale: #282828. Windows color (decimal): -13620476 or 273200. OLE color: 273200.

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

Color convert

RGB48434-
CMYK00.100.920.81
HSL53.18º84.62%10.2%-
HSV(B)53.18º91.67%18.82%-
XYZ2.12.360.46-
YUV40.05107.66133.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 43 (17.19% from 255) = 45.26%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=50.53%
G=45.26%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4843400.100.920.8153.1884.6210.2
Hex302B40A5C513555a
Octal605340121341216512512
Binary110000101011100010101011100101000111010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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