#302D01

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

Shades of Maire #302D01

Tints of Maire #302D01

Color information

#302D01 (or 0x302D01) is unknown color: approx Maire. HEX triplet: 30, 2D and 01. RGB value is (48,45,1). Sum of RGB (Red+Green+Blue) = 48+45+1=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 45 (17.97% from 255 or 47.87% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #302D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D01 is #CFD2FE. Grayscale: #292929. Windows color (decimal): -13619967 or 77104. OLE color: 77104.

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

Color convert

RGB48451-
CMYK00.060.980.81
HSL56.17º95.92%9.61%-
HSV(B)56.17º97.92%18.82%-
XYZ2.162.510.4-
YUV40.88105.49133.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 45 (17.97% from 255) = 47.87%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=51.06%
G=47.87%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4845100.060.980.8156.1795.929.61
Hex302D10662513860a
Octal60551061421217014012
Binary110000101101101101100010101000111100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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