#021227

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

Shades of Black Pearl #021227

Tints of Black Pearl #021227

Color information

#021227 (or 0x021227) is unknown color: approx Black Pearl. HEX triplet: 02, 12 and 27. RGB value is (2,18,39). Sum of RGB (Red+Green+Blue) = 2+18+39=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 39 (15.62% from 255 or 66.10% from 59); Max value from RGB is 39 - color contains mainly: blue. Hex color #021227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021227 is #FDEDD8. Grayscale: #0F0F0F. Windows color (decimal): -16641497 or 2560514. OLE color: 2560514.

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

Color convert

RGB21839-
CMYK0.950.5400.85
HSL214.05º90.24%8.04%-
HSV(B)214.05º94.87%15.29%-
XYZ0.610.592-
YUV15.61141.2118.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.39%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 39 (15.62% from 255) = 66.10%
R=3.39%
G=30.51%
B=66.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal218390.950.5400.85214.0590.248.04
Hex212275F36055d65a8
Octal2224713766012532613210
Binary10100101001111011111110110010101011101011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021227; }

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

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

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

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

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

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

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

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