#020915

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

Shades of Black Pearl #020915

Tints of Black Pearl #020915

Color information

#020915 (or 0x020915) is unknown color: approx Black Pearl. HEX triplet: 02, 09 and 15. RGB value is (2,9,21). Sum of RGB (Red+Green+Blue) = 2+9+21=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 21 (8.59% from 255 or 65.62% from 32); Max value from RGB is 21 - color contains mainly: blue. Hex color #020915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020915 is #FDF6EA. Grayscale: #080808. Windows color (decimal): -16643819 or 1378562. OLE color: 1378562.

HSL color Cylindrical-coordinate representation of color #020915: hue angle of 217.89º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020915 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB2921-
CMYK0.900.5700.92
HSL217.89º82.61%4.51%-
HSV(B)217.89º90.48%8.24%-
XYZ0.260.260.75-
YUV8.27135.18123.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.25%
GREEN value IS 9 (3.91% from 255) = 28.12%
BLUE value IS 21 (8.59% from 255) = 65.62%
R=6.25%
G=28.12%
B=65.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal29210.900.5700.92217.8982.614.51
Hex29155A3905Cda535
Octal211251327101343321235
Binary10100110101101101011100101011100110110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020915; }

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

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

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

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

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

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

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

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