#021325

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

Shades of Black Pearl #021325

Tints of Black Pearl #021325

Color information

#021325 (or 0x021325) is unknown color: approx Black Pearl. HEX triplet: 02, 13 and 25. RGB value is (2,19,37). Sum of RGB (Red+Green+Blue) = 2+19+37=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 37 (14.84% from 255 or 63.79% from 58); Max value from RGB is 37 - color contains mainly: blue. Hex color #021325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021325 is #FDECDA. Grayscale: #0F0F0F. Windows color (decimal): -16641243 or 2429698. OLE color: 2429698.

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

Color convert

RGB21937-
CMYK0.950.4900.85
HSL210.86º89.74%7.65%-
HSV(B)210.86º94.59%14.51%-
XYZ0.590.611.84-
YUV15.97139.87118.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.45%
GREEN value IS 19 (7.81% from 255) = 32.76%
BLUE value IS 37 (14.84% from 255) = 63.79%
R=3.45%
G=32.76%
B=63.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal219370.950.4900.85210.8689.747.65
Hex213255F31055d35a8
Octal2234513761012532313210
Binary10100111001011011111110001010101011101001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021325; }

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

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

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

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

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

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

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

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