#00070D

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

Shades of Black Pearl #00070D

Tints of Black Pearl #00070D

Color information

#00070D (or 0x00070D) is unknown color: approx Black Pearl. HEX triplet: 00, 07 and 0D. RGB value is (0,7,13). Sum of RGB (Red+Green+Blue) = 0+7+13=20 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 20); Green value is 7 (3.12% from 255 or 35% from 20); Blue value is 13 (5.47% from 255 or 65% from 20); Max value from RGB is 13 - color contains mainly: blue. Hex color #00070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00070D is #FFF8F2. Grayscale: #050505. Windows color (decimal): -16775411 or 853760. OLE color: 853760.

HSL color Cylindrical-coordinate representation of color #00070D: hue angle of 207.69º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00070D is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB0713-
CMYK10.4600.95
HSL207.69º100%2.55%-
HSV(B)207.69º100%5.1%-
XYZ0.150.180.41-
YUV5.59132.18124.01-

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) = 35%
BLUE value IS 13 (5.47% from 255) = 65%
R=0%
G=35%
B=65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal071310.4600.95207.691002.55
Hex07D642E05Fd0643
Octal07151445601373201443
Binary0111110111001001011100101111111010000110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00070D; }

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

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

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

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

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

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

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

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