#010E17

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

Shades of Black Pearl #010E17

Tints of Black Pearl #010E17

Color information

#010E17 (or 0x010E17) is unknown color: approx Black Pearl. HEX triplet: 01, 0E and 17. RGB value is (1,14,23). Sum of RGB (Red+Green+Blue) = 1+14+23=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 14 (5.86% from 255 or 36.84% from 38); Blue value is 23 (9.38% from 255 or 60.53% from 38); Max value from RGB is 23 - color contains mainly: blue. Hex color #010E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E17 is #FEF1E8. Grayscale: #0B0B0B. Windows color (decimal): -16708073 or 1510913. OLE color: 1510913.

HSL color Cylindrical-coordinate representation of color #010E17: hue angle of 204.55º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010E17 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11423-
CMYK0.960.3900.91
HSL204.55º91.67%4.71%-
HSV(B)204.55º95.65%9.02%-
XYZ0.320.380.87-
YUV11.14134.69120.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.63%
GREEN value IS 14 (5.86% from 255) = 36.84%
BLUE value IS 23 (9.38% from 255) = 60.53%
R=2.63%
G=36.84%
B=60.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal114230.960.3900.91204.5591.674.71
Hex1E17602705Bcd5c5
Octal116271404701333151345
Binary1111010111110000010011101011011110011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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