#021224

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

Shades of Black Pearl #021224

Tints of Black Pearl #021224

Color information

#021224 (or 0x021224) is unknown color: approx Black Pearl. HEX triplet: 02, 12 and 24. RGB value is (2,18,36). Sum of RGB (Red+Green+Blue) = 2+18+36=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 36 (14.45% from 255 or 64.29% from 56); Max value from RGB is 36 - color contains mainly: blue. Hex color #021224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021224 is #FDEDDB. Grayscale: #0F0F0F. Windows color (decimal): -16641500 or 2363906. OLE color: 2363906.

HSL color Cylindrical-coordinate representation of color #021224: hue angle of 211.76º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021224 is Cyan = 0.94, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB21836-
CMYK0.940.500.86
HSL211.76º89.47%7.45%-
HSV(B)211.76º94.44%14.12%-
XYZ0.560.571.75-
YUV15.27139.7118.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.57%
GREEN value IS 18 (7.42% from 255) = 32.14%
BLUE value IS 36 (14.45% from 255) = 64.29%
R=3.57%
G=32.14%
B=64.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal218360.940.500.86211.7689.477.45
Hex212245E32056d4597
Octal222441366201263241317
Binary1010010100100101111011001001010110110101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021224; }

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

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

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

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

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

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

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

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