#302706

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

Shades of Maire #302706

Tints of Maire #302706

Color information

#302706 (or 0x302706) is unknown color: approx Maire. HEX triplet: 30, 27 and 06. RGB value is (48,39,6). Sum of RGB (Red+Green+Blue) = 48+39+6=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #302706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302706 is #CFD8F9. Grayscale: #262626. Windows color (decimal): -13621498 or 403248. OLE color: 403248.

HSL color Cylindrical-coordinate representation of color #302706: hue angle of 47.14º 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 #302706 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB48396-
CMYK00.190.870.81
HSL47.14º77.78%10.59%-
HSV(B)47.14º87.5%18.82%-
XYZ1.982.090.47-
YUV37.93109.98135.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 39 (15.62% from 255) = 41.94%
BLUE value IS 6 (2.73% from 255) = 6.45%
R=51.61%
G=41.94%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4839600.190.870.8147.1477.7810.59
Hex3027601357512f4eb
Octal604760231271215711613
Binary1100001001111100100111010111101000110111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302706; }

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

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

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

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

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

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

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

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