#10171A

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

Shades of Black Pearl #10171A

Tints of Black Pearl #10171A

Color information

#10171A (or 0x10171A) is unknown color: approx Black Pearl. HEX triplet: 10, 17 and 1A. RGB value is (16,23,26). Sum of RGB (Red+Green+Blue) = 16+23+26=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 26 - color contains mainly: blue. Hex color #10171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10171A is #EFE8E5. Grayscale: #151515. Windows color (decimal): -15722726 or 1709840. OLE color: 1709840.

HSL color Cylindrical-coordinate representation of color #10171A: hue angle of 198º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #10171A is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB162326-
CMYK0.380.1200.90
HSL198º23.81%8.24%-
HSV(B)198º38.46%10.2%-
XYZ0.710.81.09-
YUV21.25130.68124.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.62%
GREEN value IS 23 (9.38% from 255) = 35.38%
BLUE value IS 26 (10.55% from 255) = 40%
R=24.62%
G=35.38%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1623260.380.1200.9019823.818.24
Hex10171A26C05Ac6188
Octal202732461401323063010
Binary10000101111101010011011000101101011000110110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10171A; }

 p { color: rgb(16,23,26); }

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

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

 a { background-color: rgb(16,23,26); }

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

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

 span { border-color: rgb(16,23,26); }

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