#021824

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

Shades of Black Pearl #021824

Tints of Black Pearl #021824

Color information

#021824 (or 0x021824) is unknown color: approx Black Pearl. HEX triplet: 02, 18 and 24. RGB value is (2,24,36). Sum of RGB (Red+Green+Blue) = 2+24+36=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 36 (14.45% from 255 or 58.06% from 62); Max value from RGB is 36 - color contains mainly: blue. Hex color #021824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021824 is #FDE7DB. Grayscale: #121212. Windows color (decimal): -16639964 or 2365442. OLE color: 2365442.

HSL color Cylindrical-coordinate representation of color #021824: hue angle of 201.18º 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 #021824 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB22436-
CMYK0.940.3300.86
HSL201.18º89.47%7.45%-
HSV(B)201.18º94.44%14.12%-
XYZ0.670.791.79-
YUV18.79137.71116.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.23%
GREEN value IS 24 (9.77% from 255) = 38.71%
BLUE value IS 36 (14.45% from 255) = 58.06%
R=3.23%
G=38.71%
B=58.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal224360.940.3300.86201.1889.477.45
Hex218245E21056c9597
Octal230441364101263111317
Binary1011000100100101111010000101010110110010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021824; }

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

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

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

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

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

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

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

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