#022631

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

Shades of Black Pearl #022631

Tints of Black Pearl #022631

Color information

#022631 (or 0x022631) is unknown color: approx Black Pearl. HEX triplet: 02, 26 and 31. RGB value is (2,38,49). Sum of RGB (Red+Green+Blue) = 2+38+49=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #022631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022631 is #FDD9CE. Grayscale: #1C1C1C. Windows color (decimal): -16636367 or 3220994. OLE color: 3220994.

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

Color convert

RGB23849-
CMYK0.960.2200.81
HSL194.04º92.16%10%-
HSV(B)194.04º95.92%19.22%-
XYZ1.271.623.15-
YUV28.49139.57109.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.25%
GREEN value IS 38 (15.23% from 255) = 42.70%
BLUE value IS 49 (19.53% from 255) = 55.06%
R=2.25%
G=42.70%
B=55.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal238490.960.2200.81194.0492.1610
Hex226316016051c25ca
Octal2466114026012130213412
Binary10100110110001110000010110010100011100001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022631; }

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

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

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

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

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

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

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

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