#022331

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

Shades of Black Pearl #022331

Tints of Black Pearl #022331

Color information

#022331 (or 0x022331) is unknown color: approx Black Pearl. HEX triplet: 02, 23 and 31. RGB value is (2,35,49). Sum of RGB (Red+Green+Blue) = 2+35+49=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #022331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022331 is #FDDCCE. Grayscale: #1A1A1A. Windows color (decimal): -16637135 or 3220226. OLE color: 3220226.

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

Color convert

RGB23549-
CMYK0.960.2900.81
HSL197.87º92.16%10%-
HSV(B)197.87º95.92%19.22%-
XYZ1.181.443.12-
YUV26.73140.57110.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.33%
GREEN value IS 35 (14.06% from 255) = 40.70%
BLUE value IS 49 (19.53% from 255) = 56.98%
R=2.33%
G=40.70%
B=56.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal235490.960.2900.81197.8792.1610
Hex22331601D051c65ca
Octal2436114035012130613412
Binary10100011110001110000011101010100011100011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022331; }

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

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

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

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

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

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

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

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