#302D04

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

Shades of Maire #302D04

Tints of Maire #302D04

Color information

#302D04 (or 0x302D04) is unknown color: approx Maire. HEX triplet: 30, 2D and 04. RGB value is (48,45,4). Sum of RGB (Red+Green+Blue) = 48+45+4=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 45 (17.97% from 255 or 46.39% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #302D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D04 is #CFD2FB. Grayscale: #292929. Windows color (decimal): -13619964 or 273712. OLE color: 273712.

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

Color convert

RGB48454-
CMYK00.060.920.81
HSL55.91º84.62%10.2%-
HSV(B)55.91º91.67%18.82%-
XYZ2.182.510.49-
YUV41.22106.99132.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 45 (17.97% from 255) = 46.39%
BLUE value IS 4 (1.95% from 255) = 4.12%
R=49.48%
G=46.39%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4845400.060.920.8155.9184.6210.2
Hex302D4065C513855a
Octal60554061341217012512
Binary11000010110110001101011100101000111100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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