#022327

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

Shades of Black Pearl #022327

Tints of Black Pearl #022327

Color information

#022327 (or 0x022327) is unknown color: approx Black Pearl. HEX triplet: 02, 23 and 27. RGB value is (2,35,39). Sum of RGB (Red+Green+Blue) = 2+35+39=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #022327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022327 is #FDDCD8. Grayscale: #191919. Windows color (decimal): -16637145 or 2564866. OLE color: 2564866.

HSL color Cylindrical-coordinate representation of color #022327: hue angle of 186.49º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022327 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB23539-
CMYK0.950.1000.85
HSL186.49º90.24%8.04%-
HSV(B)186.49º94.87%15.29%-
XYZ0.991.362.13-
YUV25.59135.57111.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 35 (14.06% from 255) = 46.05%
BLUE value IS 39 (15.62% from 255) = 51.32%
R=2.63%
G=46.05%
B=51.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal235390.950.1000.85186.4990.248.04
Hex223275FA055ba5a8
Octal2434713712012527213210
Binary1010001110011110111111010010101011011101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022327; }

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

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

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

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

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

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

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

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