#151400

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

Shades of Maire #151400

Tints of Maire #151400

Color information

#151400 (or 0x151400) is unknown color: approx Maire. HEX triplet: 15, 14 and 00. RGB value is (21,20,0). Sum of RGB (Red+Green+Blue) = 21+20+0=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #151400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151400 is #EAEBFF. Grayscale: #121212. Windows color (decimal): -15395840 or 5141. OLE color: 5141.

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

Color convert

RGB21200-
CMYK00.0510.92
HSL57.14º100%4.12%-
HSV(B)57.14º100%8.24%-
XYZ0.560.660.1-
YUV18.02117.83130.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 51.22%
GREEN value IS 20 (8.20% from 255) = 48.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.22%
G=48.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2120000.0510.9257.141004.12
Hex1514005645C39644
Octal2524005144134711444
Binary101011010000101110010010111001110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151400; }

 p { color: rgb(21,20,0); }

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

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

 a { background-color: rgb(21,20,0); }

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

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

 span { border-color: rgb(21,20,0); }

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