#190D0B

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

Shades of Seal Brown #190D0B

Tints of Seal Brown #190D0B

Color information

#190D0B (or 0x190D0B) is unknown color: approx Seal Brown. HEX triplet: 19, 0D and 0B. RGB value is (25,13,11). Sum of RGB (Red+Green+Blue) = 25+13+11=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #190D0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D0B is #E6F2F4. Grayscale: #101010. Windows color (decimal): -15135477 or 724249. OLE color: 724249.

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

Color convert

RGB251311-
CMYK00.480.560.90
HSL8.57º38.89%7.06%-
HSV(B)8.57º56%9.8%-
XYZ0.610.520.38-
YUV16.36124.98134.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 51.02%
GREEN value IS 13 (5.47% from 255) = 26.53%
BLUE value IS 11 (4.69% from 255) = 22.45%
R=51.02%
G=26.53%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25131100.480.560.908.5738.897.06
Hex19DB030385A9277
Octal3115130607013211477
Binary1100111011011011000011100010110101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190D0B; }

 p { color: rgb(25,13,11); }

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

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

 a { background-color: rgb(25,13,11); }

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

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

 span { border-color: rgb(25,13,11); }

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