#02070B

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

Shades of Black Pearl #02070B

Tints of Black Pearl #02070B

Color information

#02070B (or 0x02070B) is unknown color: approx Black Pearl. HEX triplet: 02, 07 and 0B. RGB value is (2,7,11). Sum of RGB (Red+Green+Blue) = 2+7+11=20 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10% from 20); Green value is 7 (3.12% from 255 or 35% from 20); Blue value is 11 (4.69% from 255 or 55% from 20); Max value from RGB is 11 - color contains mainly: blue. Hex color #02070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02070B is #FDF8F4. Grayscale: #050505. Windows color (decimal): -16644341 or 722690. OLE color: 722690.

HSL color Cylindrical-coordinate representation of color #02070B: hue angle of 206.67º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #02070B is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB2711-
CMYK0.820.3600.96
HSL206.67º69.23%2.55%-
HSV(B)206.67º81.82%4.31%-
XYZ0.160.190.34-
YUV5.96130.84125.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 10%
GREEN value IS 7 (3.12% from 255) = 35%
BLUE value IS 11 (4.69% from 255) = 55%
R=10%
G=35%
B=55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal27110.820.3600.96206.6769.232.55
Hex27B5224060cf453
Octal27131224401403171053
Binary10111101110100101001000110000011001111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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