#10151A

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

Shades of Black Pearl #10151A

Tints of Black Pearl #10151A

Color information

#10151A (or 0x10151A) is unknown color: approx Black Pearl. HEX triplet: 10, 15 and 1A. RGB value is (16,21,26). Sum of RGB (Red+Green+Blue) = 16+21+26=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 26 - color contains mainly: blue. Hex color #10151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10151A is #EFEAE5. Grayscale: #141414. Windows color (decimal): -15723238 or 1709328. OLE color: 1709328.

HSL color Cylindrical-coordinate representation of color #10151A: hue angle of 210º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #10151A is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB162126-
CMYK0.380.1900.90
HSL210º23.81%8.24%-
HSV(B)210º38.46%10.2%-
XYZ0.670.721.08-
YUV20.08131.34125.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.40%
GREEN value IS 21 (8.59% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 41.27%
R=25.40%
G=33.33%
B=41.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1621260.380.1900.9021023.818.24
Hex10151A261305Ad2188
Octal202532462301323223010
Binary100001010111010100110100110101101011010010110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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