#021831

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

Shades of Black Pearl #021831

Tints of Black Pearl #021831

Color information

#021831 (or 0x021831) is unknown color: approx Black Pearl. HEX triplet: 02, 18 and 31. RGB value is (2,24,49). Sum of RGB (Red+Green+Blue) = 2+24+49=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #021831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021831 is #FDE7CE. Grayscale: #141414. Windows color (decimal): -16639951 or 3217410. OLE color: 3217410.

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

Color convert

RGB22449-
CMYK0.960.5100.81
HSL211.91º92.16%10%-
HSV(B)211.91º95.92%19.22%-
XYZ0.910.893.03-
YUV20.27144.21114.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.67%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 49 (19.53% from 255) = 65.33%
R=2.67%
G=32%
B=65.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal224490.960.5100.81211.9192.1610
Hex218316033051d45ca
Octal2306114063012132413412
Binary10110001100011100000110011010100011101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021831; }

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

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

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

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

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

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

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

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