#10191F

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

Shades of Black Pearl #10191F

Tints of Black Pearl #10191F

Color information

#10191F (or 0x10191F) is unknown color: approx Black Pearl. HEX triplet: 10, 19 and 1F. RGB value is (16,25,31). Sum of RGB (Red+Green+Blue) = 16+25+31=72 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.22% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 31 - color contains mainly: blue. Hex color #10191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10191F is #EFE6E0. Grayscale: #161616. Windows color (decimal): -15722209 or 2038032. OLE color: 2038032.

HSL color Cylindrical-coordinate representation of color #10191F: hue angle of 204º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #10191F is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB162531-
CMYK0.480.1900.88
HSL204º31.91%9.22%-
HSV(B)204º48.39%12.16%-
XYZ0.810.91.43-
YUV22.99132.52123.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.22%
GREEN value IS 25 (10.16% from 255) = 34.72%
BLUE value IS 31 (12.5% from 255) = 43.06%
R=22.22%
G=34.72%
B=43.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1625310.480.1900.8820431.919.22
Hex10191F3013058cc209
Octal203137602301303144011
Binary1000011001111111100001001101011000110011001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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