#02070A

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

Shades of Black Pearl #02070A

Tints of Black Pearl #02070A

Color information

#02070A (or 0x02070A) is unknown color: approx Black Pearl. HEX triplet: 02, 07 and 0A. RGB value is (2,7,10). Sum of RGB (Red+Green+Blue) = 2+7+10=19 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10.53% from 19); Green value is 7 (3.12% from 255 or 36.84% from 19); Blue value is 10 (4.30% from 255 or 52.63% from 19); Max value from RGB is 10 - color contains mainly: blue. Hex color #02070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02070A is #FDF8F5. Grayscale: #050505. Windows color (decimal): -16644342 or 657154. OLE color: 657154.

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

Color convert

RGB2710-
CMYK0.80.3000.96
HSL202.5º66.67%2.35%-
HSV(B)202.5º80%3.92%-
XYZ0.160.190.32-
YUV5.85130.34125.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 10.53%
GREEN value IS 7 (3.12% from 255) = 36.84%
BLUE value IS 10 (4.30% from 255) = 52.63%
R=10.53%
G=36.84%
B=52.63%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal27100.80.3000.96202.566.672.35
Hex27A501E060ca432
Octal27121203601403121032
Binary1011110101010000111100110000011001010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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