#010F12

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

Shades of Black Pearl #010F12

Tints of Black Pearl #010F12

Color information

#010F12 (or 0x010F12) is unknown color: approx Black Pearl. HEX triplet: 01, 0F and 12. RGB value is (1,15,18). Sum of RGB (Red+Green+Blue) = 1+15+18=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 15 (6.25% from 255 or 44.12% from 34); Blue value is 18 (7.42% from 255 or 52.94% from 34); Max value from RGB is 18 - color contains mainly: blue. Hex color #010F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F12 is #FEF0ED. Grayscale: #0B0B0B. Windows color (decimal): -16707822 or 1183489. OLE color: 1183489.

HSL color Cylindrical-coordinate representation of color #010F12: hue angle of 190.59º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010F12 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB11518-
CMYK0.940.1700.93
HSL190.59º89.47%3.73%-
HSV(B)190.59º94.44%7.06%-
XYZ0.290.390.63-
YUV11.16131.86120.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.94%
GREEN value IS 15 (6.25% from 255) = 44.12%
BLUE value IS 18 (7.42% from 255) = 52.94%
R=2.94%
G=44.12%
B=52.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal115180.940.1700.93190.5989.473.73
Hex1F125E1105Dbf594
Octal117221362101352771314
Binary111111001010111101000101011101101111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010F12; }

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

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

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

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

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

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

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

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