#151313

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

Shades of Seal Brown #151313

Tints of Seal Brown #151313

Color information

#151313 (or 0x151313) is unknown color: approx Seal Brown. HEX triplet: 15, 13 and 13. RGB value is (21,19,19). Sum of RGB (Red+Green+Blue) = 21+19+19=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 21 - color contains mainly: red. Hex color #151313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151313 is #EAECEC. Grayscale: #131313. Windows color (decimal): -15396077 or 1250069. OLE color: 1250069.

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

Color convert

RGB211919-
CMYK00.100.100.92
HSL5%7.84%-
HSV(B)9.52%8.24%-
XYZ0.660.670.71-
YUV19.6127.66129-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35.59%
GREEN value IS 19 (7.81% from 255) = 32.20%
BLUE value IS 19 (7.81% from 255) = 32.20%
R=35.59%
G=32.20%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21191900.100.100.92057.84
Hex1513130AA5C058
Octal252323012121340510
Binary101011001110011010101010101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151313; }

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

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

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

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

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

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

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

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