#071315

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

Shades of Black Pearl #071315

Tints of Black Pearl #071315

Color information

#071315 (or 0x071315) is unknown color: approx Black Pearl. HEX triplet: 07, 13 and 15. RGB value is (7,19,21). Sum of RGB (Red+Green+Blue) = 7+19+21=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #071315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071315 is #F8ECEA. Grayscale: #0F0F0F. Windows color (decimal): -16313579 or 1381127. OLE color: 1381127.

HSL color Cylindrical-coordinate representation of color #071315: hue angle of 188.57º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #071315 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB71921-
CMYK0.670.1000.92
HSL188.57º50%5.49%-
HSV(B)188.57º66.67%8.24%-
XYZ0.460.570.79-
YUV15.64131.02121.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.89%
GREEN value IS 19 (7.81% from 255) = 40.43%
BLUE value IS 21 (8.59% from 255) = 44.68%
R=14.89%
G=40.43%
B=44.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal719210.670.1000.92188.57505.49
Hex7131543A05Cbd325
Octal72325103120134275625
Binary1111001110101100001110100101110010111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071315; }

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

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

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

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

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

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

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

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