#070F1B

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

Shades of Black Pearl #070F1B

Tints of Black Pearl #070F1B

Color information

#070F1B (or 0x070F1B) is unknown color: approx Black Pearl. HEX triplet: 07, 0F and 1B. RGB value is (7,15,27). Sum of RGB (Red+Green+Blue) = 7+15+27=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 27 (10.94% from 255 or 55.10% from 49); Max value from RGB is 27 - color contains mainly: blue. Hex color #070F1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F1B is #F8F0E4. Grayscale: #0D0D0D. Windows color (decimal): -16314597 or 1773319. OLE color: 1773319.

HSL color Cylindrical-coordinate representation of color #070F1B: hue angle of 216º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #070F1B is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB71527-
CMYK0.740.4400.89
HSL216º58.82%6.67%-
HSV(B)216º74.07%10.59%-
XYZ0.460.471.1-
YUV13.98135.35123.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.29%
GREEN value IS 15 (6.25% from 255) = 30.61%
BLUE value IS 27 (10.94% from 255) = 55.10%
R=14.29%
G=30.61%
B=55.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal715270.740.4400.8921658.826.67
Hex7F1B4A2C059d83b7
Octal71733112540131330737
Binary11111111101110010101011000101100111011000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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