#0F1213

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

Shades of Black Pearl #0F1213

Tints of Black Pearl #0F1213

Color information

#0F1213 (or 0x0F1213) is unknown color: approx Black Pearl. HEX triplet: 0F, 12 and 13. RGB value is (15,18,19). Sum of RGB (Red+Green+Blue) = 15+18+19=52 (6% of max value = 765). Red value is 15 (6.25% from 255 or 28.85% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 19 - color contains mainly: blue. Hex color #0F1213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1213 is #F0EDEC. Grayscale: #111111. Windows color (decimal): -15789549 or 1249807. OLE color: 1249807.

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

Color convert

RGB151819-
CMYK0.210.0500.93
HSL195º11.76%6.67%-
HSV(B)195º21.05%7.45%-
XYZ0.530.580.7-
YUV17.22129.01126.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.85%
GREEN value IS 18 (7.42% from 255) = 34.62%
BLUE value IS 19 (7.81% from 255) = 36.54%
R=28.85%
G=34.62%
B=36.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1518190.210.0500.9319511.766.67
HexF121315505Dc3c7
Octal1722232550135303147
Binary111110010100111010110101011101110000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F1213; }

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

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

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

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

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

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

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

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