#010E13

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

Shades of Black Pearl #010E13

Tints of Black Pearl #010E13

Color information

#010E13 (or 0x010E13) is unknown color: approx Black Pearl. HEX triplet: 01, 0E and 13. RGB value is (1,14,19). Sum of RGB (Red+Green+Blue) = 1+14+19=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 19 (7.81% from 255 or 55.88% from 34); Max value from RGB is 19 - color contains mainly: blue. Hex color #010E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E13 is #FEF1EC. Grayscale: #0A0A0A. Windows color (decimal): -16708077 or 1248769. OLE color: 1248769.

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

Color convert

RGB11419-
CMYK0.950.2600.93
HSL196.67º90%3.92%-
HSV(B)196.67º94.74%7.45%-
XYZ0.290.370.67-
YUV10.68132.69121.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.94%
GREEN value IS 14 (5.86% from 255) = 41.18%
BLUE value IS 19 (7.81% from 255) = 55.88%
R=2.94%
G=41.18%
B=55.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal114190.950.2600.93196.67903.92
Hex1E135F1A05Dc55a4
Octal116231373201353051324
Binary111101001110111111101001011101110001011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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