#302506

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

Shades of Maire #302506

Tints of Maire #302506

Color information

#302506 (or 0x302506) is unknown color: approx Maire. HEX triplet: 30, 25 and 06. RGB value is (48,37,6). Sum of RGB (Red+Green+Blue) = 48+37+6=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #302506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302506 is #CFDAF9. Grayscale: #242424. Windows color (decimal): -13622010 or 402736. OLE color: 402736.

HSL color Cylindrical-coordinate representation of color #302506: hue angle of 44.29º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #302506 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB48376-
CMYK00.230.870.81
HSL44.29º77.78%10.59%-
HSV(B)44.29º87.5%18.82%-
XYZ1.911.960.45-
YUV36.75110.64136.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 6 (2.73% from 255) = 6.59%
R=52.75%
G=40.66%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4837600.230.870.8144.2977.7810.59
Hex3025601757512c4eb
Octal604560271271215411613
Binary1100001001011100101111010111101000110110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302506; }

 p { color: rgb(48,37,6); }

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

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

 a { background-color: rgb(48,37,6); }

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

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

 span { border-color: rgb(48,37,6); }

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