#010915

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

Shades of Black Pearl #010915

Tints of Black Pearl #010915

Color information

#010915 (or 0x010915) is unknown color: approx Black Pearl. HEX triplet: 01, 09 and 15. RGB value is (1,9,21). Sum of RGB (Red+Green+Blue) = 1+9+21=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 21 (8.59% from 255 or 67.74% from 31); Max value from RGB is 21 - color contains mainly: blue. Hex color #010915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010915 is #FEF6EA. Grayscale: #070707. Windows color (decimal): -16709355 or 1378561. OLE color: 1378561.

HSL color Cylindrical-coordinate representation of color #010915: hue angle of 216º 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 #010915 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB1921-
CMYK0.950.5700.92
HSL216º90.91%4.31%-
HSV(B)216º95.24%8.24%-
XYZ0.250.260.75-
YUV7.98135.35123.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.23%
GREEN value IS 9 (3.91% from 255) = 29.03%
BLUE value IS 21 (8.59% from 255) = 67.74%
R=3.23%
G=29.03%
B=67.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal19210.950.5700.9221690.914.31
Hex19155F3905Cd85b4
Octal111251377101343301334
Binary1100110101101111111100101011100110110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010915; }

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

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

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

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

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

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

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

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