#01080F

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

Shades of Black Pearl #01080F

Tints of Black Pearl #01080F

Color information

#01080F (or 0x01080F) is unknown color: approx Black Pearl. HEX triplet: 01, 08 and 0F. RGB value is (1,8,15). Sum of RGB (Red+Green+Blue) = 1+8+15=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 8 (3.52% from 255 or 33.33% from 24); Blue value is 15 (6.25% from 255 or 62.5% from 24); Max value from RGB is 15 - color contains mainly: blue. Hex color #01080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01080F is #FEF7F0. Grayscale: #060606. Windows color (decimal): -16709617 or 985089. OLE color: 985089.

HSL color Cylindrical-coordinate representation of color #01080F: hue angle of 210º 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 #01080F is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB1815-
CMYK0.930.4700.94
HSL210º87.5%3.14%-
HSV(B)210º93.33%5.88%-
XYZ0.190.210.48-
YUV6.7132.68123.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.17%
GREEN value IS 8 (3.52% from 255) = 33.33%
BLUE value IS 15 (6.25% from 255) = 62.5%
R=4.17%
G=33.33%
B=62.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal18150.930.4700.9421087.53.14
Hex18F5D2F05Ed2583
Octal110171355701363221303
Binary11000111110111011011110101111011010010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01080F; }

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

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

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

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

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

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

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

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