#02050A

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

Shades of Black Pearl #02050A

Tints of Black Pearl #02050A

Color information

#02050A (or 0x02050A) is unknown color: approx Black Pearl. HEX triplet: 02, 05 and 0A. RGB value is (2,5,10). Sum of RGB (Red+Green+Blue) = 2+5+10=17 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.76% from 17); Green value is 5 (2.34% from 255 or 29.41% from 17); Blue value is 10 (4.30% from 255 or 58.82% from 17); Max value from RGB is 10 - color contains mainly: blue. Hex color #02050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02050A is #FDFAF5. Grayscale: #040404. Windows color (decimal): -16644854 or 656642. OLE color: 656642.

HSL color Cylindrical-coordinate representation of color #02050A: hue angle of 217.5º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #02050A is Cyan = 0.8, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB2510-
CMYK0.80.5000.96
HSL217.5º66.67%2.35%-
HSV(B)217.5º80%3.92%-
XYZ0.130.140.31-
YUV4.67131.01126.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 11.76%
GREEN value IS 5 (2.34% from 255) = 29.41%
BLUE value IS 10 (4.30% from 255) = 58.82%
R=11.76%
G=29.41%
B=58.82%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal25100.80.5000.96217.566.672.35
Hex25A5032060da432
Octal25121206201403321032
Binary10101101010100001100100110000011011010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02050A; }

 p { color: rgb(2,5,10); }

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

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

 a { background-color: rgb(2,5,10); }

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

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

 span { border-color: rgb(2,5,10); }

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