#000F13

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

Shades of Black Pearl #000F13

Tints of Black Pearl #000F13

Color information

#000F13 (or 0x000F13) is unknown color: approx Black Pearl. HEX triplet: 00, 0F and 13. RGB value is (0,15,19). Sum of RGB (Red+Green+Blue) = 0+15+19=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 15 (6.25% from 255 or 44.12% from 34); Blue value is 19 (7.81% from 255 or 55.88% from 34); Max value from RGB is 19 - color contains mainly: blue. Hex color #000F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F13 is #FFF0EC. Grayscale: #0A0A0A. Windows color (decimal): -16773357 or 1249024. OLE color: 1249024.

HSL color Cylindrical-coordinate representation of color #000F13: hue angle of 192.63º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F13 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB01519-
CMYK10.2100.93
HSL192.63º100%3.73%-
HSV(B)192.63º100%7.45%-
XYZ0.290.390.68-
YUV10.97132.53120.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 44.12%
BLUE value IS 19 (7.81% from 255) = 55.88%
R=0%
G=44.12%
B=55.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0151910.2100.93192.631003.73
Hex0F13641505Dc1644
Octal017231442501353011444
Binary011111001111001001010101011101110000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000F13; }

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

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

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

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

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

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

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

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