#011015

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

Shades of Black Pearl #011015

Tints of Black Pearl #011015

Color information

#011015 (or 0x011015) is unknown color: approx Black Pearl. HEX triplet: 01, 10 and 15. RGB value is (1,16,21). Sum of RGB (Red+Green+Blue) = 1+16+21=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 21 (8.59% from 255 or 55.26% from 38); Max value from RGB is 21 - color contains mainly: blue. Hex color #011015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011015 is #FEEFEA. Grayscale: #0C0C0C. Windows color (decimal): -16707563 or 1380353. OLE color: 1380353.

HSL color Cylindrical-coordinate representation of color #011015: hue angle of 195º 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 #011015 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB11621-
CMYK0.950.2400.92
HSL195º90.91%4.31%-
HSV(B)195º95.24%8.24%-
XYZ0.330.430.78-
YUV12.08133.03120.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.63%
GREEN value IS 16 (6.64% from 255) = 42.11%
BLUE value IS 21 (8.59% from 255) = 55.26%
R=2.63%
G=42.11%
B=55.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal116210.950.2400.9219590.914.31
Hex110155F1805Cc35b4
Octal120251373001343031334
Binary1100001010110111111100001011100110000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011015; }

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

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

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

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

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

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

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

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