#021531

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

Shades of Black Pearl #021531

Tints of Black Pearl #021531

Color information

#021531 (or 0x021531) is unknown color: approx Black Pearl. HEX triplet: 02, 15 and 31. RGB value is (2,21,49). Sum of RGB (Red+Green+Blue) = 2+21+49=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #021531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021531 is #FDEACE. Grayscale: #121212. Windows color (decimal): -16640719 or 3216642. OLE color: 3216642.

HSL color Cylindrical-coordinate representation of color #021531: hue angle of 215.74º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021531 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB22149-
CMYK0.960.5700.81
HSL215.74º92.16%10%-
HSV(B)215.74º95.92%19.22%-
XYZ0.850.773.01-
YUV18.51145.21116.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.78%
GREEN value IS 21 (8.59% from 255) = 29.17%
BLUE value IS 49 (19.53% from 255) = 68.06%
R=2.78%
G=29.17%
B=68.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal221490.960.5700.81215.7492.1610
Hex215316039051d85ca
Octal2256114071012133013412
Binary10101011100011100000111001010100011101100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021531; }

 p { color: rgb(2,21,49); }

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

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

 a { background-color: rgb(2,21,49); }

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

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

 span { border-color: rgb(2,21,49); }

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