#000712

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

Shades of Black Pearl #000712

Tints of Black Pearl #000712

Color information

#000712 (or 0x000712) is unknown color: approx Black Pearl. HEX triplet: 00, 07 and 12. RGB value is (0,7,18). Sum of RGB (Red+Green+Blue) = 0+7+18=25 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 18 (7.42% from 255 or 72% from 25); Max value from RGB is 18 - color contains mainly: blue. Hex color #000712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000712 is #FFF8ED. Grayscale: #060606. Windows color (decimal): -16775406 or 1181440. OLE color: 1181440.

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

Color convert

RGB0718-
CMYK10.6100.93
HSL216.67º100%3.53%-
HSV(B)216.67º100%7.06%-
XYZ0.190.20.6-
YUV6.16134.68123.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 28%
BLUE value IS 18 (7.42% from 255) = 72%
R=0%
G=28%
B=72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal071810.6100.93216.671003.53
Hex0712643D05Dd9644
Octal07221447501353311444
Binary011110010110010011110101011101110110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000712; }

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

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

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

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

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

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

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

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