#292300

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

Shades of Maire #292300

Tints of Maire #292300

Color information

#292300 (or 0x292300) is unknown color: approx Maire. HEX triplet: 29, 23 and 00. RGB value is (41,35,0). Sum of RGB (Red+Green+Blue) = 41+35+0=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #292300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292300 is #D6DCFF. Grayscale: #202020. Windows color (decimal): -14081280 or 9001. OLE color: 9001.

HSL color Cylindrical-coordinate representation of color #292300: hue angle of 51.22º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #292300 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.84.

Color convert

RGB41350-
CMYK00.1510.84
HSL51.22º100%8.04%-
HSV(B)51.22º100%16.08%-
XYZ1.521.670.24-
YUV32.8109.49133.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.95%
GREEN value IS 35 (14.06% from 255) = 46.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.95%
G=46.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4135000.1510.8451.221008.04
Hex292300F645433648
Octal514300171441246314410
Binary1010011000110011111100100101010011001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292300; }

 p { color: rgb(41,35,0); }

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

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

 a { background-color: rgb(41,35,0); }

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

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

 span { border-color: rgb(41,35,0); }

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