#011013

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

Shades of Black Pearl #011013

Tints of Black Pearl #011013

Color information

#011013 (or 0x011013) is unknown color: approx Black Pearl. HEX triplet: 01, 10 and 13. RGB value is (1,16,19). Sum of RGB (Red+Green+Blue) = 1+16+19=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #011013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011013 is #FEEFEC. Grayscale: #0B0B0B. Windows color (decimal): -16707565 or 1249281. OLE color: 1249281.

HSL color Cylindrical-coordinate representation of color #011013: hue angle of 190º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011013 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB11619-
CMYK0.950.1600.93
HSL190º90%3.92%-
HSV(B)190º94.74%7.45%-
XYZ0.320.420.68-
YUV11.86132.03120.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 16 (6.64% from 255) = 44.44%
BLUE value IS 19 (7.81% from 255) = 52.78%
R=2.78%
G=44.44%
B=52.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal116190.950.1600.93190903.92
Hex110135F1005Dbe5a4
Octal120231372001352761324
Binary1100001001110111111000001011101101111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011013; }

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

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

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

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

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

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

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

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