#070B0D

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

Shades of Black Pearl #070B0D

Tints of Black Pearl #070B0D

Color information

#070B0D (or 0x070B0D) is unknown color: approx Black Pearl. HEX triplet: 07, 0B and 0D. RGB value is (7,11,13). Sum of RGB (Red+Green+Blue) = 7+11+13=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 13 (5.47% from 255 or 41.94% from 31); Max value from RGB is 13 - color contains mainly: blue. Hex color #070B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B0D is #F8F4F2. Grayscale: #0A0A0A. Windows color (decimal): -16315635 or 854791. OLE color: 854791.

HSL color Cylindrical-coordinate representation of color #070B0D: hue angle of 200º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #070B0D is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB71113-
CMYK0.460.1500.95
HSL200º30%3.92%-
HSV(B)200º46.15%5.1%-
XYZ0.280.310.43-
YUV10.03129.67125.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 22.58%
GREEN value IS 11 (4.69% from 255) = 35.48%
BLUE value IS 13 (5.47% from 255) = 41.94%
R=22.58%
G=35.48%
B=41.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal711130.460.1500.95200303.92
Hex7BD2EF05Fc81e4
Octal7131556170137310364
Binary111101111011011101111010111111100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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