#010B15

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

Shades of Black Pearl #010B15

Tints of Black Pearl #010B15

Color information

#010B15 (or 0x010B15) is unknown color: approx Black Pearl. HEX triplet: 01, 0B and 15. RGB value is (1,11,21). Sum of RGB (Red+Green+Blue) = 1+11+21=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 21 (8.59% from 255 or 63.64% from 33); Max value from RGB is 21 - color contains mainly: blue. Hex color #010B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B15 is #FEF4EA. Grayscale: #090909. Windows color (decimal): -16708843 or 1379073. OLE color: 1379073.

HSL color Cylindrical-coordinate representation of color #010B15: hue angle of 210º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010B15 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB11121-
CMYK0.950.4800.92
HSL210º90.91%4.31%-
HSV(B)210º95.24%8.24%-
XYZ0.270.30.75-
YUV9.15134.69122.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.03%
GREEN value IS 11 (4.69% from 255) = 33.33%
BLUE value IS 21 (8.59% from 255) = 63.64%
R=3.03%
G=33.33%
B=63.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal111210.950.4800.9221090.914.31
Hex1B155F3005Cd25b4
Octal113251376001343221334
Binary1101110101101111111000001011100110100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010B15; }

 p { color: rgb(1,11,21); }

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

<style>
 a { background-color: #010B15; }

 a { background-color: rgb(1,11,21); }

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

<style>
 span { border-color: #010B15; }

 span { border-color: rgb(1,11,21); }

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