#021316

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

Shades of Black Pearl #021316

Tints of Black Pearl #021316

Color information

#021316 (or 0x021316) is unknown color: approx Black Pearl. HEX triplet: 02, 13 and 16. RGB value is (2,19,22). Sum of RGB (Red+Green+Blue) = 2+19+22=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #021316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021316 is #FDECE9. Grayscale: #0E0E0E. Windows color (decimal): -16641258 or 1446658. OLE color: 1446658.

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

Color convert

RGB21922-
CMYK0.910.1400.91
HSL189º83.33%4.71%-
HSV(B)189º90.91%8.63%-
XYZ0.40.540.84-
YUV14.26132.37119.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.65%
GREEN value IS 19 (7.81% from 255) = 44.19%
BLUE value IS 22 (8.98% from 255) = 51.16%
R=4.65%
G=44.19%
B=51.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal219220.910.1400.9118983.334.71
Hex213165BE05Bbd535
Octal223261331601332751235
Binary1010011101101011011111001011011101111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021316; }

 p { color: rgb(2,19,22); }

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

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

 a { background-color: rgb(2,19,22); }

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

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

 span { border-color: rgb(2,19,22); }

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