#010F15

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

Shades of Black Pearl #010F15

Tints of Black Pearl #010F15

Color information

#010F15 (or 0x010F15) is unknown color: approx Black Pearl. HEX triplet: 01, 0F and 15. RGB value is (1,15,21). Sum of RGB (Red+Green+Blue) = 1+15+21=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 21 (8.59% from 255 or 56.76% from 37); Max value from RGB is 21 - color contains mainly: blue. Hex color #010F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F15 is #FEF0EA. Grayscale: #0B0B0B. Windows color (decimal): -16707819 or 1380097. OLE color: 1380097.

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

Color convert

RGB11521-
CMYK0.950.2900.92
HSL198º90.91%4.31%-
HSV(B)198º95.24%8.24%-
XYZ0.320.40.77-
YUV11.5133.36120.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 15 (6.25% from 255) = 40.54%
BLUE value IS 21 (8.59% from 255) = 56.76%
R=2.70%
G=40.54%
B=56.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal115210.950.2900.9219890.914.31
Hex1F155F1D05Cc65b4
Octal117251373501343061334
Binary111111010110111111110101011100110001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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