#021027

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

Shades of Black Pearl #021027

Tints of Black Pearl #021027

Color information

#021027 (or 0x021027) is unknown color: approx Black Pearl. HEX triplet: 02, 10 and 27. RGB value is (2,16,39). Sum of RGB (Red+Green+Blue) = 2+16+39=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 39 (15.62% from 255 or 68.42% from 57); Max value from RGB is 39 - color contains mainly: blue. Hex color #021027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021027 is #FDEFD8. Grayscale: #0E0E0E. Windows color (decimal): -16642009 or 2560002. OLE color: 2560002.

HSL color Cylindrical-coordinate representation of color #021027: hue angle of 217.3º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021027 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB21639-
CMYK0.950.5900.85
HSL217.3º90.24%8.04%-
HSV(B)217.3º94.87%15.29%-
XYZ0.580.531.99-
YUV14.44141.86119.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.51%
GREEN value IS 16 (6.64% from 255) = 28.07%
BLUE value IS 39 (15.62% from 255) = 68.42%
R=3.51%
G=28.07%
B=68.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal216390.950.5900.85217.390.248.04
Hex210275F3B055d95a8
Octal2204713773012533113210
Binary10100001001111011111111011010101011101100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021027; }

 p { color: rgb(2,16,39); }

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

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

 a { background-color: rgb(2,16,39); }

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

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

 span { border-color: rgb(2,16,39); }

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