#302606

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

Shades of Maire #302606

Tints of Maire #302606

Color information

#302606 (or 0x302606) is unknown color: approx Maire. HEX triplet: 30, 26 and 06. RGB value is (48,38,6). Sum of RGB (Red+Green+Blue) = 48+38+6=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #302606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302606 is #CFD9F9. Grayscale: #252525. Windows color (decimal): -13621754 or 402992. OLE color: 402992.

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

Color convert

RGB48386-
CMYK00.210.870.81
HSL45.71º77.78%10.59%-
HSV(B)45.71º87.5%18.82%-
XYZ1.942.030.46-
YUV37.34110.31135.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 6 (2.73% from 255) = 6.52%
R=52.17%
G=41.30%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4838600.210.870.8145.7177.7810.59
Hex3026601557512e4eb
Octal604660251271215611613
Binary1100001001101100101011010111101000110111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302606; }

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

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

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

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

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

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

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

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