#001315

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

Shades of Black Pearl #001315

Tints of Black Pearl #001315

Color information

#001315 (or 0x001315) is unknown color: approx Black Pearl. HEX triplet: 00, 13 and 15. RGB value is (0,19,21). Sum of RGB (Red+Green+Blue) = 0+19+21=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #001315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001315 is #FFECEA. Grayscale: #0D0D0D. Windows color (decimal): -16772331 or 1381120. OLE color: 1381120.

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

Color convert

RGB01921-
CMYK10.1000.92
HSL185.71º100%4.12%-
HSV(B)185.71º100%8.24%-
XYZ0.370.520.79-
YUV13.55132.21118.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 47.5%
BLUE value IS 21 (8.59% from 255) = 52.5%
R=0%
G=47.5%
B=52.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal0192110.1000.92185.711004.12
Hex0131564A05Cba644
Octal023251441201342721444
Binary010011101011100100101001011100101110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001315; }

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

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

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

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

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

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

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

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