#021019

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

Shades of Black Pearl #021019

Tints of Black Pearl #021019

Color information

#021019 (or 0x021019) is unknown color: approx Black Pearl. HEX triplet: 02, 10 and 19. RGB value is (2,16,25). Sum of RGB (Red+Green+Blue) = 2+16+25=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #021019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021019 is #FDEFE6. Grayscale: #0C0C0C. Windows color (decimal): -16642023 or 1642498. OLE color: 1642498.

HSL color Cylindrical-coordinate representation of color #021019: hue angle of 203.48º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021019 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB21625-
CMYK0.920.3600.90
HSL203.48º85.19%5.29%-
HSV(B)203.48º92%9.8%-
XYZ0.390.450.99-
YUV12.84134.86120.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.65%
GREEN value IS 16 (6.64% from 255) = 37.21%
BLUE value IS 25 (10.16% from 255) = 58.14%
R=4.65%
G=37.21%
B=58.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal216250.920.3600.90203.4885.195.29
Hex210195C2405Acb555
Octal220311344401323131255
Binary101000011001101110010010001011010110010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021019; }

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

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

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

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

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

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

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

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