#131313

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

Shades of Seal Brown #131313

Tints of Seal Brown #131313

Color information

#131313 (or 0x131313) is unknown color: approx Seal Brown. HEX triplet: 13, 13 and 13. RGB value is (19,19,19). Sum of RGB (Red+Green+Blue) = 19+19+19=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 19 - color contains mainly: red, green, blue. Hex color #131313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131313 is #ECECEC. Grayscale: #131313. Windows color (decimal): -15527149 or 1250067. OLE color: 1250067.

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

Color convert

RGB191919-
CMYK0000.93
HSL0%7.45%-
HSV(B)0%7.45%-
XYZ0.620.650.71-
YUV19128128-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 19 (7.81% from 255) = 33.33%
BLUE value IS 19 (7.81% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1919190000.93007.45
Hex1313130005D007
Octal232323000135007
Binary100111001110011000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131313; }

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

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

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

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

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

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

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

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