#10191D

Color #10191D Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #10191D

Tints of Black Pearl #10191D

Color information

#10191D (or 0x10191D) is unknown color: approx Black Pearl. HEX triplet: 10, 19 and 1D. RGB value is (16,25,29). Sum of RGB (Red+Green+Blue) = 16+25+29=70 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.86% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 29 (11.72% from 255 or 41.43% from 70); Max value from RGB is 29 - color contains mainly: blue. Hex color #10191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10191D is #EFE6E2. Grayscale: #161616. Windows color (decimal): -15722211 or 1906960. OLE color: 1906960.

HSL color Cylindrical-coordinate representation of color #10191D: hue angle of 198.46º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #10191D is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB162529-
CMYK0.450.1400.89
HSL198.46º28.89%8.82%-
HSV(B)198.46º44.83%11.37%-
XYZ0.780.891.29-
YUV22.76131.52123.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.86%
GREEN value IS 25 (10.16% from 255) = 35.71%
BLUE value IS 29 (11.72% from 255) = 41.43%
R=22.86%
G=35.71%
B=41.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1625290.450.1400.89198.4628.898.82
Hex10191D2DE059c61d9
Octal203135551601313063511
Binary10000110011110110110111100101100111000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10191D; }

 p { color: rgb(16,25,29); }

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

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

 a { background-color: rgb(16,25,29); }

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

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

 span { border-color: rgb(16,25,29); }

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