#10171C

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

Shades of Black Pearl #10171C

Tints of Black Pearl #10171C

Color information

#10171C (or 0x10171C) is unknown color: approx Black Pearl. HEX triplet: 10, 17 and 1C. RGB value is (16,23,28). Sum of RGB (Red+Green+Blue) = 16+23+28=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 28 - color contains mainly: blue. Hex color #10171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10171C is #EFE8E3. Grayscale: #151515. Windows color (decimal): -15722724 or 1840912. OLE color: 1840912.

HSL color Cylindrical-coordinate representation of color #10171C: hue angle of 205º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #10171C is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB162328-
CMYK0.430.1800.89
HSL205º27.27%8.63%-
HSV(B)205º42.86%10.98%-
XYZ0.730.811.22-
YUV21.48131.68124.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.88%
GREEN value IS 23 (9.38% from 255) = 34.33%
BLUE value IS 28 (11.33% from 255) = 41.79%
R=23.88%
G=34.33%
B=41.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1623280.430.1800.8920527.278.63
Hex10171C2B12059cd1b9
Octal202734532201313153311
Binary100001011111100101011100100101100111001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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