#071213

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

Shades of Black Pearl #071213

Tints of Black Pearl #071213

Color information

#071213 (or 0x071213) is unknown color: approx Black Pearl. HEX triplet: 07, 12 and 13. RGB value is (7,18,19). Sum of RGB (Red+Green+Blue) = 7+18+19=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 19 - color contains mainly: blue. Hex color #071213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071213 is #F8EDEC. Grayscale: #0E0E0E. Windows color (decimal): -16313837 or 1249799. OLE color: 1249799.

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

Color convert

RGB71819-
CMYK0.630.0500.93
HSL185º46.15%5.1%-
HSV(B)185º63.16%7.45%-
XYZ0.420.520.7-
YUV14.82130.36122.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.91%
GREEN value IS 18 (7.42% from 255) = 40.91%
BLUE value IS 19 (7.81% from 255) = 43.18%
R=15.91%
G=40.91%
B=43.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal718190.630.0500.9318546.155.1
Hex712133F505Db92e5
Octal722237750135271565
Binary11110010100111111111010101110110111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071213; }

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

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

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

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

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

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

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

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