#021213

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

Shades of Black Pearl #021213

Tints of Black Pearl #021213

Color information

#021213 (or 0x021213) is unknown color: approx Black Pearl. HEX triplet: 02, 12 and 13. RGB value is (2,18,19). Sum of RGB (Red+Green+Blue) = 2+18+19=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: blue. Hex color #021213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021213 is #FDEDEC. Grayscale: #0D0D0D. Windows color (decimal): -16641517 or 1249794. OLE color: 1249794.

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

Color convert

RGB21819-
CMYK0.890.0500.93
HSL183.53º80.95%4.12%-
HSV(B)183.53º89.47%7.45%-
XYZ0.360.490.69-
YUV13.33131.2119.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.13%
GREEN value IS 18 (7.42% from 255) = 46.15%
BLUE value IS 19 (7.81% from 255) = 48.72%
R=5.13%
G=46.15%
B=48.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal218190.890.0500.93183.5380.954.12
Hex2121359505Db8514
Octal22223131501352701214
Binary101001010011101100110101011101101110001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021213; }

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

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

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

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

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

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

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

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