#021728

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

Shades of Black Pearl #021728

Tints of Black Pearl #021728

Color information

#021728 (or 0x021728) is unknown color: approx Black Pearl. HEX triplet: 02, 17 and 28. RGB value is (2,23,40). Sum of RGB (Red+Green+Blue) = 2+23+40=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 40 (16.02% from 255 or 61.54% from 65); Max value from RGB is 40 - color contains mainly: blue. Hex color #021728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021728 is #FDE8D7. Grayscale: #121212. Windows color (decimal): -16640216 or 2627330. OLE color: 2627330.

HSL color Cylindrical-coordinate representation of color #021728: hue angle of 206.84º degrees, saturation: 0.9, 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 #021728 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB22340-
CMYK0.950.4300.84
HSL206.84º90.48%8.24%-
HSV(B)206.84º95%15.69%-
XYZ0.710.782.12-
YUV18.66140.04116.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.08%
GREEN value IS 23 (9.38% from 255) = 35.38%
BLUE value IS 40 (16.02% from 255) = 61.54%
R=3.08%
G=35.38%
B=61.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal223400.950.4300.84206.8490.488.24
Hex217285F2B054cf5a8
Octal2275013753012431713210
Binary10101111010001011111101011010101001100111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021728; }

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

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

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

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

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

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

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

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