#021C24

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

Shades of Black Pearl #021C24

Tints of Black Pearl #021C24

Color information

#021C24 (or 0x021C24) is unknown color: approx Black Pearl. HEX triplet: 02, 1C and 24. RGB value is (2,28,36). Sum of RGB (Red+Green+Blue) = 2+28+36=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #021C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C24 is #FDE3DB. Grayscale: #151515. Windows color (decimal): -16638940 or 2366466. OLE color: 2366466.

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

Color convert

RGB22836-
CMYK0.940.2200.86
HSL194.12º89.47%7.45%-
HSV(B)194.12º94.44%14.12%-
XYZ0.760.971.82-
YUV21.14136.39114.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 28 (11.33% from 255) = 42.42%
BLUE value IS 36 (14.45% from 255) = 54.55%
R=3.03%
G=42.42%
B=54.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal228360.940.2200.86194.1289.477.45
Hex21C245E16056c2597
Octal234441362601263021317
Binary101110010010010111101011001010110110000101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021C24; }

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

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

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

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

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

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

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

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