#021828

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

Shades of Black Pearl #021828

Tints of Black Pearl #021828

Color information

#021828 (or 0x021828) is unknown color: approx Black Pearl. HEX triplet: 02, 18 and 28. RGB value is (2,24,40). Sum of RGB (Red+Green+Blue) = 2+24+40=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 40 (16.02% from 255 or 60.61% from 66); Max value from RGB is 40 - color contains mainly: blue. Hex color #021828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021828 is #FDE7D7. Grayscale: #131313. Windows color (decimal): -16639960 or 2627586. OLE color: 2627586.

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

Color convert

RGB22440-
CMYK0.950.4000.84
HSL205.26º90.48%8.24%-
HSV(B)205.26º95%15.69%-
XYZ0.730.822.13-
YUV19.25139.71115.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 24 (9.77% from 255) = 36.36%
BLUE value IS 40 (16.02% from 255) = 60.61%
R=3.03%
G=36.36%
B=60.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal224400.950.4000.84205.2690.488.24
Hex218285F28054cd5a8
Octal2305013750012431513210
Binary10110001010001011111101000010101001100110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021828; }

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

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

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

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

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

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

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

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