#070C0D

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

Shades of Black Pearl #070C0D

Tints of Black Pearl #070C0D

Color information

#070C0D (or 0x070C0D) is unknown color: approx Black Pearl. HEX triplet: 07, 0C and 0D. RGB value is (7,12,13). Sum of RGB (Red+Green+Blue) = 7+12+13=32 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.88% from 32); Green value is 12 (5.08% from 255 or 37.5% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 13 - color contains mainly: blue. Hex color #070C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C0D is #F8F3F2. Grayscale: #0A0A0A. Windows color (decimal): -16315379 or 855047. OLE color: 855047.

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

Color convert

RGB71213-
CMYK0.460.0800.95
HSL190º30%3.92%-
HSV(B)190º46.15%5.1%-
XYZ0.290.340.43-
YUV10.62129.34125.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 21.88%
GREEN value IS 12 (5.08% from 255) = 37.5%
BLUE value IS 13 (5.47% from 255) = 40.62%
R=21.88%
G=37.5%
B=40.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal712130.460.0800.95190303.92
Hex7CD2E805Fbe1e4
Octal7141556100137276364
Binary111110011011011101000010111111011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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