#021517

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

Shades of Black Pearl #021517

Tints of Black Pearl #021517

Color information

#021517 (or 0x021517) is unknown color: approx Black Pearl. HEX triplet: 02, 15 and 17. RGB value is (2,21,23). Sum of RGB (Red+Green+Blue) = 2+21+23=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #021517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021517 is #FDEAE8. Grayscale: #0F0F0F. Windows color (decimal): -16640745 or 1512706. OLE color: 1512706.

HSL color Cylindrical-coordinate representation of color #021517: hue angle of 185.71º degrees, saturation: 0.84, 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 #021517 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB22123-
CMYK0.910.0900.91
HSL185.71º84%4.9%-
HSV(B)185.71º91.3%9.02%-
XYZ0.450.610.9-
YUV15.55132.21118.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.35%
GREEN value IS 21 (8.59% from 255) = 45.65%
BLUE value IS 23 (9.38% from 255) = 50%
R=4.35%
G=45.65%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal221230.910.0900.91185.71844.9
Hex215175B905Bba545
Octal225271331101332721245
Binary1010101101111011011100101011011101110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021517; }

 p { color: rgb(2,21,23); }

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

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

 a { background-color: rgb(2,21,23); }

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

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

 span { border-color: rgb(2,21,23); }

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