#010A0F

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

Shades of Black Pearl #010A0F

Tints of Black Pearl #010A0F

Color information

#010A0F (or 0x010A0F) is unknown color: approx Black Pearl. HEX triplet: 01, 0A and 0F. RGB value is (1,10,15). Sum of RGB (Red+Green+Blue) = 1+10+15=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 10 (4.30% from 255 or 38.46% from 26); Blue value is 15 (6.25% from 255 or 57.69% from 26); Max value from RGB is 15 - color contains mainly: blue. Hex color #010A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A0F is #FEF5F0. Grayscale: #070707. Windows color (decimal): -16709105 or 985601. OLE color: 985601.

HSL color Cylindrical-coordinate representation of color #010A0F: hue angle of 201.43º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #010A0F is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB11015-
CMYK0.930.3300.94
HSL201.43º87.5%3.14%-
HSV(B)201.43º93.33%5.88%-
XYZ0.210.260.49-
YUV7.88132.02123.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.85%
GREEN value IS 10 (4.30% from 255) = 38.46%
BLUE value IS 15 (6.25% from 255) = 57.69%
R=3.85%
G=38.46%
B=57.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal110150.930.3300.94201.4387.53.14
Hex1AF5D2105Ec9583
Octal112171354101363111303
Binary11010111110111011000010101111011001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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