#10161B

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

Shades of Black Pearl #10161B

Tints of Black Pearl #10161B

Color information

#10161B (or 0x10161B) is unknown color: approx Black Pearl. HEX triplet: 10, 16 and 1B. RGB value is (16,22,27). Sum of RGB (Red+Green+Blue) = 16+22+27=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 22 (8.98% from 255 or 33.85% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 27 - color contains mainly: blue. Hex color #10161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10161B is #EFE9E4. Grayscale: #141414. Windows color (decimal): -15722981 or 1775120. OLE color: 1775120.

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

Color convert

RGB162227-
CMYK0.410.1900.89
HSL207.27º25.58%8.43%-
HSV(B)207.27º40.74%10.59%-
XYZ0.70.761.15-
YUV20.78131.51124.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.62%
GREEN value IS 22 (8.98% from 255) = 33.85%
BLUE value IS 27 (10.94% from 255) = 41.54%
R=24.62%
G=33.85%
B=41.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1622270.410.1900.89207.2725.588.43
Hex10161B2913059cf1a8
Octal202633512301313173210
Binary100001011011011101001100110101100111001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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