#010E15

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

Shades of Black Pearl #010E15

Tints of Black Pearl #010E15

Color information

#010E15 (or 0x010E15) is unknown color: approx Black Pearl. HEX triplet: 01, 0E and 15. RGB value is (1,14,21). Sum of RGB (Red+Green+Blue) = 1+14+21=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 21 (8.59% from 255 or 58.33% from 36); Max value from RGB is 21 - color contains mainly: blue. Hex color #010E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E15 is #FEF1EA. Grayscale: #0A0A0A. Windows color (decimal): -16708075 or 1379841. OLE color: 1379841.

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

Color convert

RGB11421-
CMYK0.950.3300.92
HSL201º90.91%4.31%-
HSV(B)201º95.24%8.24%-
XYZ0.30.370.77-
YUV10.91133.69120.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 14 (5.86% from 255) = 38.89%
BLUE value IS 21 (8.59% from 255) = 58.33%
R=2.78%
G=38.89%
B=58.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal114210.950.3300.9220190.914.31
Hex1E155F2105Cc95b4
Octal116251374101343111334
Binary1111010101101111110000101011100110010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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