#021931

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

Shades of Black Pearl #021931

Tints of Black Pearl #021931

Color information

#021931 (or 0x021931) is unknown color: approx Black Pearl. HEX triplet: 02, 19 and 31. RGB value is (2,25,49). Sum of RGB (Red+Green+Blue) = 2+25+49=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 49 (19.53% from 255 or 64.47% from 76); Max value from RGB is 49 - color contains mainly: blue. Hex color #021931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021931 is #FDE6CE. Grayscale: #141414. Windows color (decimal): -16639695 or 3217666. OLE color: 3217666.

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

Color convert

RGB22549-
CMYK0.960.4900.81
HSL210.64º92.16%10%-
HSV(B)210.64º95.92%19.22%-
XYZ0.930.933.04-
YUV20.86143.88114.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 49 (19.53% from 255) = 64.47%
R=2.63%
G=32.89%
B=64.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal225490.960.4900.81210.6492.1610
Hex219316031051d35ca
Octal2316114061012132313412
Binary10110011100011100000110001010100011101001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021931; }

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

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

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

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

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

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

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

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