#02080A

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

Shades of Black Pearl #02080A

Tints of Black Pearl #02080A

Color information

#02080A (or 0x02080A) is unknown color: approx Black Pearl. HEX triplet: 02, 08 and 0A. RGB value is (2,8,10). Sum of RGB (Red+Green+Blue) = 2+8+10=20 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10% from 20); Green value is 8 (3.52% from 255 or 40% from 20); Blue value is 10 (4.30% from 255 or 50% from 20); Max value from RGB is 10 - color contains mainly: blue. Hex color #02080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02080A is #FDF7F5. Grayscale: #060606. Windows color (decimal): -16644086 or 657410. OLE color: 657410.

HSL color Cylindrical-coordinate representation of color #02080A: hue angle of 195º 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 #02080A is Cyan = 0.8, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB2810-
CMYK0.80.200.96
HSL195º66.67%2.35%-
HSV(B)195º80%3.92%-
XYZ0.170.210.32-
YUV6.43130.01124.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 10%
GREEN value IS 8 (3.52% from 255) = 40%
BLUE value IS 10 (4.30% from 255) = 50%
R=10%
G=40%
B=50%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal28100.80.200.9619566.672.35
Hex28A5014060c3432
Octal210121202401403031032
Binary10100010101010000101000110000011000011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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