#10151D

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

Shades of Black Pearl #10151D

Tints of Black Pearl #10151D

Color information

#10151D (or 0x10151D) is unknown color: approx Black Pearl. HEX triplet: 10, 15 and 1D. RGB value is (16,21,29). Sum of RGB (Red+Green+Blue) = 16+21+29=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 29 - color contains mainly: blue. Hex color #10151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10151D is #EFEAE2. Grayscale: #141414. Windows color (decimal): -15723235 or 1905936. OLE color: 1905936.

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

Color convert

RGB162129-
CMYK0.450.2800.89
HSL216.92º28.89%8.82%-
HSV(B)216.92º44.83%11.37%-
XYZ0.70.741.27-
YUV20.42132.84124.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.24%
GREEN value IS 21 (8.59% from 255) = 31.82%
BLUE value IS 29 (11.72% from 255) = 43.94%
R=24.24%
G=31.82%
B=43.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1621290.450.2800.89216.9228.898.82
Hex10151D2D1C059d91d9
Octal202535553401313313511
Binary100001010111101101101111000101100111011001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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