#10191B

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

Shades of Black Pearl #10191B

Tints of Black Pearl #10191B

Color information

#10191B (or 0x10191B) is unknown color: approx Black Pearl. HEX triplet: 10, 19 and 1B. RGB value is (16,25,27). Sum of RGB (Red+Green+Blue) = 16+25+27=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 27 - color contains mainly: blue. Hex color #10191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10191B is #EFE6E4. Grayscale: #161616. Windows color (decimal): -15722213 or 1775888. OLE color: 1775888.

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

Color convert

RGB162527-
CMYK0.410.0700.89
HSL190.91º25.58%8.43%-
HSV(B)190.91º40.74%10.59%-
XYZ0.760.881.17-
YUV22.54130.52123.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.53%
GREEN value IS 25 (10.16% from 255) = 36.76%
BLUE value IS 27 (10.94% from 255) = 39.71%
R=23.53%
G=36.76%
B=39.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1625270.410.0700.89190.9125.588.43
Hex10191B297059bf1a8
Octal20313351701312773210
Binary1000011001110111010011110101100110111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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