#021218

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

Shades of Black Pearl #021218

Tints of Black Pearl #021218

Color information

#021218 (or 0x021218) is unknown color: approx Black Pearl. HEX triplet: 02, 12 and 18. RGB value is (2,18,24). Sum of RGB (Red+Green+Blue) = 2+18+24=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #021218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021218 is #FDEDE7. Grayscale: #0D0D0D. Windows color (decimal): -16641512 or 1577474. OLE color: 1577474.

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

Color convert

RGB21824-
CMYK0.920.2500.91
HSL196.36º84.62%5.1%-
HSV(B)196.36º91.67%9.41%-
XYZ0.410.510.94-
YUV13.9133.7119.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.55%
GREEN value IS 18 (7.42% from 255) = 40.91%
BLUE value IS 24 (9.77% from 255) = 54.55%
R=4.55%
G=40.91%
B=54.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal218240.920.2500.91196.3684.625.1
Hex212185C1905Bc4555
Octal222301343101333041255
Binary10100101100010111001100101011011110001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021218; }

 p { color: rgb(2,18,24); }

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

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

 a { background-color: rgb(2,18,24); }

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

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

 span { border-color: rgb(2,18,24); }

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