#021124

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

Shades of Black Pearl #021124

Tints of Black Pearl #021124

Color information

#021124 (or 0x021124) is unknown color: approx Black Pearl. HEX triplet: 02, 11 and 24. RGB value is (2,17,36). Sum of RGB (Red+Green+Blue) = 2+17+36=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 36 (14.45% from 255 or 65.45% from 55); Max value from RGB is 36 - color contains mainly: blue. Hex color #021124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021124 is #FDEEDB. Grayscale: #0E0E0E. Windows color (decimal): -16641756 or 2363650. OLE color: 2363650.

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

Color convert

RGB21736-
CMYK0.940.5300.86
HSL213.53º89.47%7.45%-
HSV(B)213.53º94.44%14.12%-
XYZ0.540.541.74-
YUV14.68140.03118.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.64%
GREEN value IS 17 (7.03% from 255) = 30.91%
BLUE value IS 36 (14.45% from 255) = 65.45%
R=3.64%
G=30.91%
B=65.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal217360.940.5300.86213.5389.477.45
Hex211245E35056d6597
Octal221441366501263261317
Binary1010001100100101111011010101010110110101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021124; }

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

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

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

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

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

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

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

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