#10171B

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

Shades of Black Pearl #10171B

Tints of Black Pearl #10171B

Color information

#10171B (or 0x10171B) is unknown color: approx Black Pearl. HEX triplet: 10, 17 and 1B. RGB value is (16,23,27). Sum of RGB (Red+Green+Blue) = 16+23+27=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 27 - color contains mainly: blue. Hex color #10171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10171B is #EFE8E4. Grayscale: #151515. Windows color (decimal): -15722725 or 1775376. OLE color: 1775376.

HSL color Cylindrical-coordinate representation of color #10171B: hue angle of 201.82º 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 #10171B is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB162327-
CMYK0.410.1500.89
HSL201.82º25.58%8.43%-
HSV(B)201.82º40.74%10.59%-
XYZ0.720.81.15-
YUV21.36131.18124.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.24%
GREEN value IS 23 (9.38% from 255) = 34.85%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=24.24%
G=34.85%
B=40.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1623270.410.1500.89201.8225.588.43
Hex10171B29F059ca1a8
Octal202733511701313123210
Binary10000101111101110100111110101100111001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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