#070D12

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

Shades of Black Pearl #070D12

Tints of Black Pearl #070D12

Color information

#070D12 (or 0x070D12) is unknown color: approx Black Pearl. HEX triplet: 07, 0D and 12. RGB value is (7,13,18). Sum of RGB (Red+Green+Blue) = 7+13+18=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 18 - color contains mainly: blue. Hex color #070D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D12 is #F8F2ED. Grayscale: #0B0B0B. Windows color (decimal): -16315118 or 1182983. OLE color: 1182983.

HSL color Cylindrical-coordinate representation of color #070D12: hue angle of 207.27º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #070D12 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB71318-
CMYK0.610.2800.93
HSL207.27º44%4.9%-
HSV(B)207.27º61.11%7.06%-
XYZ0.340.380.63-
YUV11.78131.51124.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 18.42%
GREEN value IS 13 (5.47% from 255) = 34.21%
BLUE value IS 18 (7.42% from 255) = 47.37%
R=18.42%
G=34.21%
B=47.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal713180.610.2800.93207.27444.9
Hex7D123D1C05Dcf2c5
Octal7152275340135317545
Binary111110110010111101111000101110111001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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