#071113

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

Shades of Black Pearl #071113

Tints of Black Pearl #071113

Color information

#071113 (or 0x071113) is unknown color: approx Black Pearl. HEX triplet: 07, 11 and 13. RGB value is (7,17,19). Sum of RGB (Red+Green+Blue) = 7+17+19=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 19 - color contains mainly: blue. Hex color #071113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071113 is #F8EEEC. Grayscale: #0E0E0E. Windows color (decimal): -16314093 or 1249543. OLE color: 1249543.

HSL color Cylindrical-coordinate representation of color #071113: hue angle of 190º 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 #071113 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB71719-
CMYK0.630.1100.93
HSL190º46.15%5.1%-
HSV(B)190º63.16%7.45%-
XYZ0.410.490.69-
YUV14.24130.69122.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.28%
GREEN value IS 17 (7.03% from 255) = 39.53%
BLUE value IS 19 (7.81% from 255) = 44.19%
R=16.28%
G=39.53%
B=44.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal717190.630.1100.9319046.155.1
Hex711133FB05Dbe2e5
Octal7212377130135276565
Binary111100011001111111110110101110110111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071113; }

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

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

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

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

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

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

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

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