#10151B

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

Shades of Black Pearl #10151B

Tints of Black Pearl #10151B

Color information

#10151B (or 0x10151B) is unknown color: approx Black Pearl. HEX triplet: 10, 15 and 1B. RGB value is (16,21,27). Sum of RGB (Red+Green+Blue) = 16+21+27=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 27 - color contains mainly: blue. Hex color #10151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10151B is #EFEAE4. Grayscale: #141414. Windows color (decimal): -15723237 or 1774864. OLE color: 1774864.

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

Color convert

RGB162127-
CMYK0.410.2200.89
HSL212.73º25.58%8.43%-
HSV(B)212.73º40.74%10.59%-
XYZ0.680.731.14-
YUV20.19131.84125.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25%
GREEN value IS 21 (8.59% from 255) = 32.81%
BLUE value IS 27 (10.94% from 255) = 42.19%
R=25%
G=32.81%
B=42.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1621270.410.2200.89212.7325.588.43
Hex10151B2916059d51a8
Octal202533512601313253210
Binary100001010111011101001101100101100111010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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