#022831

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

Shades of Black Pearl #022831

Tints of Black Pearl #022831

Color information

#022831 (or 0x022831) is unknown color: approx Black Pearl. HEX triplet: 02, 28 and 31. RGB value is (2,40,49). Sum of RGB (Red+Green+Blue) = 2+40+49=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 40 (16.02% from 255 or 43.96% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #022831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022831 is #FDD7CE. Grayscale: #1D1D1D. Windows color (decimal): -16635855 or 3221506. OLE color: 3221506.

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

Color convert

RGB24049-
CMYK0.960.1800.81
HSL191.49º92.16%10%-
HSV(B)191.49º95.92%19.22%-
XYZ1.341.753.17-
YUV29.66138.91108.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 40 (16.02% from 255) = 43.96%
BLUE value IS 49 (19.53% from 255) = 53.85%
R=2.20%
G=43.96%
B=53.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal240490.960.1800.81191.4992.1610
Hex228316012051bf5ca
Octal2506114022012127713412
Binary10101000110001110000010010010100011011111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022831; }

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

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

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

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

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

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

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

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