#071317

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

Shades of Black Pearl #071317

Tints of Black Pearl #071317

Color information

#071317 (or 0x071317) is unknown color: approx Black Pearl. HEX triplet: 07, 13 and 17. RGB value is (7,19,23). Sum of RGB (Red+Green+Blue) = 7+19+23=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 23 (9.38% from 255 or 46.94% from 49); Max value from RGB is 23 - color contains mainly: blue. Hex color #071317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071317 is #F8ECE8. Grayscale: #0F0F0F. Windows color (decimal): -16313577 or 1512199. OLE color: 1512199.

HSL color Cylindrical-coordinate representation of color #071317: hue angle of 195º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #071317 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB71923-
CMYK0.700.1700.91
HSL195º53.33%5.88%-
HSV(B)195º69.57%9.02%-
XYZ0.480.570.9-
YUV15.87132.02121.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.29%
GREEN value IS 19 (7.81% from 255) = 38.78%
BLUE value IS 23 (9.38% from 255) = 46.94%
R=14.29%
G=38.78%
B=46.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal719230.700.1700.9119553.335.88
Hex71317461105Bc3356
Octal72327106210133303656
Binary11110011101111000110100010101101111000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071317; }

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

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

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

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

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

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

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

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