#011113

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

Shades of Black Pearl #011113

Tints of Black Pearl #011113

Color information

#011113 (or 0x011113) is unknown color: approx Black Pearl. HEX triplet: 01, 11 and 13. RGB value is (1,17,19). Sum of RGB (Red+Green+Blue) = 1+17+19=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 19 (7.81% from 255 or 51.35% from 37); Max value from RGB is 19 - color contains mainly: blue. Hex color #011113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011113 is #FEEEEC. Grayscale: #0C0C0C. Windows color (decimal): -16707309 or 1249537. OLE color: 1249537.

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

Color convert

RGB11719-
CMYK0.950.1100.93
HSL186.67º90%3.92%-
HSV(B)186.67º94.74%7.45%-
XYZ0.330.450.69-
YUV12.44131.7119.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 17 (7.03% from 255) = 45.95%
BLUE value IS 19 (7.81% from 255) = 51.35%
R=2.70%
G=45.95%
B=51.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal117190.950.1100.93186.67903.92
Hex111135FB05Dbb5a4
Octal121231371301352731324
Binary110001100111011111101101011101101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011113; }

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

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

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

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

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

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

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

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