#021319

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

Shades of Black Pearl #021319

Tints of Black Pearl #021319

Color information

#021319 (or 0x021319) is unknown color: approx Black Pearl. HEX triplet: 02, 13 and 19. RGB value is (2,19,25). Sum of RGB (Red+Green+Blue) = 2+19+25=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #021319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021319 is #FDECE6. Grayscale: #0E0E0E. Windows color (decimal): -16641255 or 1643266. OLE color: 1643266.

HSL color Cylindrical-coordinate representation of color #021319: hue angle of 195.65º 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 #021319 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB21925-
CMYK0.920.2400.90
HSL195.65º85.19%5.29%-
HSV(B)195.65º92%9.8%-
XYZ0.430.551-
YUV14.6133.87119.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.35%
GREEN value IS 19 (7.81% from 255) = 41.30%
BLUE value IS 25 (10.16% from 255) = 54.35%
R=4.35%
G=41.30%
B=54.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal219250.920.2400.90195.6585.195.29
Hex213195C1805Ac4555
Octal223311343001323041255
Binary10100111100110111001100001011010110001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021319; }

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

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

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

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

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

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

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

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