#001015

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

Shades of Black Pearl #001015

Tints of Black Pearl #001015

Color information

#001015 (or 0x001015) is unknown color: approx Black Pearl. HEX triplet: 00, 10 and 15. RGB value is (0,16,21). Sum of RGB (Red+Green+Blue) = 0+16+21=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 21 (8.59% from 255 or 56.76% from 37); Max value from RGB is 21 - color contains mainly: blue. Hex color #001015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001015 is #FFEFEA. Grayscale: #0B0B0B. Windows color (decimal): -16773099 or 1380352. OLE color: 1380352.

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

Color convert

RGB01621-
CMYK10.2400.92
HSL194.29º100%4.12%-
HSV(B)194.29º100%8.24%-
XYZ0.320.420.77-
YUV11.79133.2119.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 43.24%
BLUE value IS 21 (8.59% from 255) = 56.76%
R=0%
G=43.24%
B=56.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal0162110.2400.92194.291004.12
Hex01015641805Cc2644
Octal020251443001343021444
Binary0100001010111001001100001011100110000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001015; }

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

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

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

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

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

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

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

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