#070B0F

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

Shades of Black Pearl #070B0F

Tints of Black Pearl #070B0F

Color information

#070B0F (or 0x070B0F) is unknown color: approx Black Pearl. HEX triplet: 07, 0B and 0F. RGB value is (7,11,15). Sum of RGB (Red+Green+Blue) = 7+11+15=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 15 - color contains mainly: blue. Hex color #070B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B0F is #F8F4F0. Grayscale: #0A0A0A. Windows color (decimal): -16315633 or 985863. OLE color: 985863.

HSL color Cylindrical-coordinate representation of color #070B0F: hue angle of 210º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #070B0F is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB71115-
CMYK0.530.2700.94
HSL210º36.36%4.31%-
HSV(B)210º53.33%5.88%-
XYZ0.290.320.5-
YUV10.26130.67125.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 21.21%
GREEN value IS 11 (4.69% from 255) = 33.33%
BLUE value IS 15 (6.25% from 255) = 45.45%
R=21.21%
G=33.33%
B=45.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal711150.530.2700.9421036.364.31
Hex7BF351B05Ed2244
Octal7131765330136322444
Binary11110111111110101110110101111011010010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070B0F; }

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

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

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

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

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

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

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

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