#021119

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

Shades of Black Pearl #021119

Tints of Black Pearl #021119

Color information

#021119 (or 0x021119) is unknown color: approx Black Pearl. HEX triplet: 02, 11 and 19. RGB value is (2,17,25). Sum of RGB (Red+Green+Blue) = 2+17+25=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #021119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021119 is #FDEEE6. Grayscale: #0D0D0D. Windows color (decimal): -16641767 or 1642754. OLE color: 1642754.

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

Color convert

RGB21725-
CMYK0.920.3200.90
HSL200.87º85.19%5.29%-
HSV(B)200.87º92%9.8%-
XYZ0.40.480.99-
YUV13.43134.53119.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.55%
GREEN value IS 17 (7.03% from 255) = 38.64%
BLUE value IS 25 (10.16% from 255) = 56.82%
R=4.55%
G=38.64%
B=56.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal217250.920.3200.90200.8785.195.29
Hex211195C2005Ac9555
Octal221311344001323111255
Binary101000111001101110010000001011010110010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021119; }

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

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

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

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

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

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

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

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