#021729

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

Shades of Black Pearl #021729

Tints of Black Pearl #021729

Color information

#021729 (or 0x021729) is unknown color: approx Black Pearl. HEX triplet: 02, 17 and 29. RGB value is (2,23,41). Sum of RGB (Red+Green+Blue) = 2+23+41=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 41 (16.41% from 255 or 62.12% from 66); Max value from RGB is 41 - color contains mainly: blue. Hex color #021729 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021729 is #FDE8D6. Grayscale: #121212. Windows color (decimal): -16640215 or 2692866. OLE color: 2692866.

HSL color Cylindrical-coordinate representation of color #021729: hue angle of 207.69º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021729 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB22341-
CMYK0.950.4400.84
HSL207.69º90.7%8.43%-
HSV(B)207.69º95.12%16.08%-
XYZ0.730.792.21-
YUV18.77140.54116.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 23 (9.38% from 255) = 34.85%
BLUE value IS 41 (16.41% from 255) = 62.12%
R=3.03%
G=34.85%
B=62.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal223410.950.4400.84207.6990.78.43
Hex217295F2C054d05b8
Octal2275113754012432013310
Binary10101111010011011111101100010101001101000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021729; }

 p { color: rgb(2,23,41); }

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

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

 a { background-color: rgb(2,23,41); }

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

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

 span { border-color: rgb(2,23,41); }

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