#070A0D

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

Shades of Black Pearl #070A0D

Tints of Black Pearl #070A0D

Color information

#070A0D (or 0x070A0D) is unknown color: approx Black Pearl. HEX triplet: 07, 0A and 0D. RGB value is (7,10,13). Sum of RGB (Red+Green+Blue) = 7+10+13=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 10 (4.30% from 255 or 33.33% from 30); Blue value is 13 (5.47% from 255 or 43.33% from 30); Max value from RGB is 13 - color contains mainly: blue. Hex color #070A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A0D is #F8F5F2. Grayscale: #090909. Windows color (decimal): -16315891 or 854535. OLE color: 854535.

HSL color Cylindrical-coordinate representation of color #070A0D: hue angle of 210º 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 #070A0D is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB71013-
CMYK0.460.2300.95
HSL210º30%3.92%-
HSV(B)210º46.15%5.1%-
XYZ0.270.290.42-
YUV9.44130.01126.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 23.33%
GREEN value IS 10 (4.30% from 255) = 33.33%
BLUE value IS 13 (5.47% from 255) = 43.33%
R=23.33%
G=33.33%
B=43.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal710130.460.2300.95210303.92
Hex7AD2E1705Fd21e4
Octal7121556270137322364
Binary1111010110110111010111010111111101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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