#010911

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

Shades of Black Pearl #010911

Tints of Black Pearl #010911

Color information

#010911 (or 0x010911) is unknown color: approx Black Pearl. HEX triplet: 01, 09 and 11. RGB value is (1,9,17). Sum of RGB (Red+Green+Blue) = 1+9+17=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 17 (7.03% from 255 or 62.96% from 27); Max value from RGB is 17 - color contains mainly: blue. Hex color #010911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010911 is #FEF6EE. Grayscale: #070707. Windows color (decimal): -16709359 or 1116417. OLE color: 1116417.

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

Color convert

RGB1917-
CMYK0.940.4700.93
HSL210º88.89%3.53%-
HSV(B)210º94.12%6.67%-
XYZ0.210.240.57-
YUV7.52133.35123.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.70%
GREEN value IS 9 (3.91% from 255) = 33.33%
BLUE value IS 17 (7.03% from 255) = 62.96%
R=3.70%
G=33.33%
B=62.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19170.940.4700.9321088.893.53
Hex19115E2F05Dd2594
Octal111211365701353221314
Binary1100110001101111010111101011101110100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010911; }

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

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

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

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

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

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

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

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