#10171D

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

Shades of Black Pearl #10171D

Tints of Black Pearl #10171D

Color information

#10171D (or 0x10171D) is unknown color: approx Black Pearl. HEX triplet: 10, 17 and 1D. RGB value is (16,23,29). Sum of RGB (Red+Green+Blue) = 16+23+29=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 29 - color contains mainly: blue. Hex color #10171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10171D is #EFE8E2. Grayscale: #151515. Windows color (decimal): -15722723 or 1906448. OLE color: 1906448.

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

Color convert

RGB162329-
CMYK0.450.2100.89
HSL207.69º28.89%8.82%-
HSV(B)207.69º44.83%11.37%-
XYZ0.740.811.28-
YUV21.59132.18124.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.53%
GREEN value IS 23 (9.38% from 255) = 33.82%
BLUE value IS 29 (11.72% from 255) = 42.65%
R=23.53%
G=33.82%
B=42.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1623290.450.2100.89207.6928.898.82
Hex10171D2D15059d01d9
Octal202735552501313203511
Binary100001011111101101101101010101100111010000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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