#021011

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

Shades of Black Pearl #021011

Tints of Black Pearl #021011

Color information

#021011 (or 0x021011) is unknown color: approx Black Pearl. HEX triplet: 02, 10 and 11. RGB value is (2,16,17). Sum of RGB (Red+Green+Blue) = 2+16+17=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 17 - color contains mainly: blue. Hex color #021011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021011 is #FDEFEE. Grayscale: #0B0B0B. Windows color (decimal): -16642031 or 1118210. OLE color: 1118210.

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

Color convert

RGB21617-
CMYK0.880.0600.93
HSL184º78.95%3.73%-
HSV(B)184º88.24%6.67%-
XYZ0.310.420.6-
YUV11.93130.86120.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.71%
GREEN value IS 16 (6.64% from 255) = 45.71%
BLUE value IS 17 (7.03% from 255) = 48.57%
R=5.71%
G=45.71%
B=48.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal216170.880.0600.9318478.953.73
Hex2101158605Db84f4
Octal22021130601352701174
Binary101000010001101100011001011101101110001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021011; }

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

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

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

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

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

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

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

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