#021924

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

Shades of Black Pearl #021924

Tints of Black Pearl #021924

Color information

#021924 (or 0x021924) is unknown color: approx Black Pearl. HEX triplet: 02, 19 and 24. RGB value is (2,25,36). Sum of RGB (Red+Green+Blue) = 2+25+36=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 36 (14.45% from 255 or 57.14% from 63); Max value from RGB is 36 - color contains mainly: blue. Hex color #021924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021924 is #FDE6DB. Grayscale: #131313. Windows color (decimal): -16639708 or 2365698. OLE color: 2365698.

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

Color convert

RGB22536-
CMYK0.940.3100.86
HSL199.41º89.47%7.45%-
HSV(B)199.41º94.44%14.12%-
XYZ0.690.841.79-
YUV19.38137.38115.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.17%
GREEN value IS 25 (10.16% from 255) = 39.68%
BLUE value IS 36 (14.45% from 255) = 57.14%
R=3.17%
G=39.68%
B=57.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal225360.940.3100.86199.4189.477.45
Hex219245E1F056c7597
Octal231441363701263071317
Binary101100110010010111101111101010110110001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021924; }

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

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

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

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

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

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

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

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