#001618

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

Shades of Black Pearl #001618

Tints of Black Pearl #001618

Color information

#001618 (or 0x001618) is unknown color: approx Black Pearl. HEX triplet: 00, 16 and 18. RGB value is (0,22,24). Sum of RGB (Red+Green+Blue) = 0+22+24=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #001618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001618 is #FFE9E7. Grayscale: #0F0F0F. Windows color (decimal): -16771560 or 1578496. OLE color: 1578496.

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

Color convert

RGB02224-
CMYK10.0800.91
HSL185º100%4.71%-
HSV(B)185º100%9.41%-
XYZ0.450.640.96-
YUV15.65132.71116.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 47.83%
BLUE value IS 24 (9.77% from 255) = 52.17%
R=0%
G=47.83%
B=52.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0222410.0800.911851004.71
Hex0161864805Bb9645
Octal026301441001332711445
Binary010110110001100100100001011011101110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001618; }

 p { color: rgb(0,22,24); }

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

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

 a { background-color: rgb(0,22,24); }

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

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

 span { border-color: rgb(0,22,24); }

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