#010F18

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

Shades of Black Pearl #010F18

Tints of Black Pearl #010F18

Color information

#010F18 (or 0x010F18) is unknown color: approx Black Pearl. HEX triplet: 01, 0F and 18. RGB value is (1,15,24). Sum of RGB (Red+Green+Blue) = 1+15+24=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 24 (9.77% from 255 or 60% from 40); Max value from RGB is 24 - color contains mainly: blue. Hex color #010F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F18 is #FEF0E7. Grayscale: #0B0B0B. Windows color (decimal): -16707816 or 1576705. OLE color: 1576705.

HSL color Cylindrical-coordinate representation of color #010F18: hue angle of 203.48º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010F18 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11524-
CMYK0.960.3700.91
HSL203.48º92%4.9%-
HSV(B)203.48º95.83%9.41%-
XYZ0.350.410.93-
YUV11.84134.86120.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 15 (6.25% from 255) = 37.5%
BLUE value IS 24 (9.77% from 255) = 60%
R=2.5%
G=37.5%
B=60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal115240.960.3700.91203.48924.9
Hex1F18602505Bcb5c5
Octal117301404501333131345
Binary1111111000110000010010101011011110010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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