#020911

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

Shades of Black Pearl #020911

Tints of Black Pearl #020911

Color information

#020911 (or 0x020911) is unknown color: approx Black Pearl. HEX triplet: 02, 09 and 11. RGB value is (2,9,17). Sum of RGB (Red+Green+Blue) = 2+9+17=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 17 (7.03% from 255 or 60.71% from 28); Max value from RGB is 17 - color contains mainly: blue. Hex color #020911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020911 is #FDF6EE. Grayscale: #070707. Windows color (decimal): -16643823 or 1116418. OLE color: 1116418.

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

Color convert

RGB2917-
CMYK0.880.4700.93
HSL212º78.95%3.73%-
HSV(B)212º88.24%6.67%-
XYZ0.220.250.57-
YUV7.82133.18123.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.14%
GREEN value IS 9 (3.91% from 255) = 32.14%
BLUE value IS 17 (7.03% from 255) = 60.71%
R=7.14%
G=32.14%
B=60.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal29170.880.4700.9321278.953.73
Hex2911582F05Dd44f4
Octal211211305701353241174
Binary10100110001101100010111101011101110101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020911; }

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

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

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

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

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

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

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

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