#021327

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

Shades of Black Pearl #021327

Tints of Black Pearl #021327

Color information

#021327 (or 0x021327) is unknown color: approx Black Pearl. HEX triplet: 02, 13 and 27. RGB value is (2,19,39). Sum of RGB (Red+Green+Blue) = 2+19+39=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 39 (15.62% from 255 or 65% from 60); Max value from RGB is 39 - color contains mainly: blue. Hex color #021327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021327 is #FDECD8. Grayscale: #101010. Windows color (decimal): -16641241 or 2560770. OLE color: 2560770.

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

Color convert

RGB21939-
CMYK0.950.5100.85
HSL212.43º90.24%8.04%-
HSV(B)212.43º94.87%15.29%-
XYZ0.620.632.01-
YUV16.2140.87117.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.33%
GREEN value IS 19 (7.81% from 255) = 31.67%
BLUE value IS 39 (15.62% from 255) = 65%
R=3.33%
G=31.67%
B=65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal219390.950.5100.85212.4390.248.04
Hex213275F33055d45a8
Octal2234713763012532413210
Binary10100111001111011111110011010101011101010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021327; }

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

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

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

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

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

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

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

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