#151212

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

Shades of Seal Brown #151212

Tints of Seal Brown #151212

Color information

#151212 (or 0x151212) is unknown color: approx Seal Brown. HEX triplet: 15, 12 and 12. RGB value is (21,18,18). Sum of RGB (Red+Green+Blue) = 21+18+18=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 21 - color contains mainly: red. Hex color #151212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151212 is #EAEDED. Grayscale: #121212. Windows color (decimal): -15396334 or 1184277. OLE color: 1184277.

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

Color convert

RGB211818-
CMYK00.140.140.92
HSL7.69%7.65%-
HSV(B)14.29%8.24%-
XYZ0.630.640.66-
YUV18.9127.49129.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.84%
GREEN value IS 18 (7.42% from 255) = 31.58%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=36.84%
G=31.58%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21181800.140.140.9207.697.65
Hex1512120EE5C088
Octal2522220161613401010
Binary1010110010100100111011101011100010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151212; }

 p { color: rgb(21,18,18); }

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

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

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

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

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

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

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