#021418

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

Shades of Black Pearl #021418

Tints of Black Pearl #021418

Color information

#021418 (or 0x021418) is unknown color: approx Black Pearl. HEX triplet: 02, 14 and 18. RGB value is (2,20,24). Sum of RGB (Red+Green+Blue) = 2+20+24=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 20 (8.20% from 255 or 43.48% 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 #021418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021418 is #FDEBE7. Grayscale: #0F0F0F. Windows color (decimal): -16641000 or 1577986. OLE color: 1577986.

HSL color Cylindrical-coordinate representation of color #021418: hue angle of 190.91º 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 #021418 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB22024-
CMYK0.920.1700.91
HSL190.91º84.62%5.1%-
HSV(B)190.91º91.67%9.41%-
XYZ0.440.580.95-
YUV15.07133.04118.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.35%
GREEN value IS 20 (8.20% from 255) = 43.48%
BLUE value IS 24 (9.77% from 255) = 52.17%
R=4.35%
G=43.48%
B=52.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal220240.920.1700.91190.9184.625.1
Hex214185C1105Bbf555
Octal224301342101332771255
Binary10101001100010111001000101011011101111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021418; }

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

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

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

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

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

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

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

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