#022531

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

Shades of Black Pearl #022531

Tints of Black Pearl #022531

Color information

#022531 (or 0x022531) is unknown color: approx Black Pearl. HEX triplet: 02, 25 and 31. RGB value is (2,37,49). Sum of RGB (Red+Green+Blue) = 2+37+49=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #022531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022531 is #FDDACE. Grayscale: #1B1B1B. Windows color (decimal): -16636623 or 3220738. OLE color: 3220738.

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

Color convert

RGB23749-
CMYK0.960.2400.81
HSL195.32º92.16%10%-
HSV(B)195.32º95.92%19.22%-
XYZ1.241.563.14-
YUV27.9139.9109.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 37 (14.84% from 255) = 42.05%
BLUE value IS 49 (19.53% from 255) = 55.68%
R=2.27%
G=42.05%
B=55.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal237490.960.2400.81195.3292.1610
Hex225316018051c35ca
Octal2456114030012130313412
Binary10100101110001110000011000010100011100001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022531; }

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

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

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

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

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

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

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

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