#021C2C

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

Shades of Black Pearl #021C2C

Tints of Black Pearl #021C2C

Color information

#021C2C (or 0x021C2C) is unknown color: approx Black Pearl. HEX triplet: 02, 1C and 2C. RGB value is (2,28,44). Sum of RGB (Red+Green+Blue) = 2+28+44=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #021C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C2C is #FDE3D3. Grayscale: #151515. Windows color (decimal): -16638932 or 2890754. OLE color: 2890754.

HSL color Cylindrical-coordinate representation of color #021C2C: hue angle of 202.86º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021C2C is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB22844-
CMYK0.950.3600.83
HSL202.86º91.3%9.02%-
HSV(B)202.86º95.45%17.25%-
XYZ0.891.032.53-
YUV22.05140.39113.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 28 (11.33% from 255) = 37.84%
BLUE value IS 44 (17.58% from 255) = 59.46%
R=2.70%
G=37.84%
B=59.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal228440.950.3600.83202.8691.39.02
Hex21C2C5F24053cb5b9
Octal2345413744012331313311
Binary10111001011001011111100100010100111100101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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