#010711

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

Shades of Black Pearl #010711

Tints of Black Pearl #010711

Color information

#010711 (or 0x010711) is unknown color: approx Black Pearl. HEX triplet: 01, 07 and 11. RGB value is (1,7,17). Sum of RGB (Red+Green+Blue) = 1+7+17=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 17 (7.03% from 255 or 68% from 25); Max value from RGB is 17 - color contains mainly: blue. Hex color #010711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010711 is #FEF8EE. Grayscale: #060606. Windows color (decimal): -16709871 or 1115905. OLE color: 1115905.

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

Color convert

RGB1717-
CMYK0.940.5900.93
HSL217.5º88.89%3.53%-
HSV(B)217.5º94.12%6.67%-
XYZ0.190.20.56-
YUV6.35134.01124.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4%
GREEN value IS 7 (3.12% from 255) = 28%
BLUE value IS 17 (7.03% from 255) = 68%
R=4%
G=28%
B=68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17170.940.5900.93217.588.893.53
Hex17115E3B05Dda594
Octal17211367301353321314
Binary111110001101111011101101011101110110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010711; }

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

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

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

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

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

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

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

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