#022329

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

Shades of Black Pearl #022329

Tints of Black Pearl #022329

Color information

#022329 (or 0x022329) is unknown color: approx Black Pearl. HEX triplet: 02, 23 and 29. RGB value is (2,35,41). Sum of RGB (Red+Green+Blue) = 2+35+41=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #022329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022329 is #FDDCD6. Grayscale: #191919. Windows color (decimal): -16637143 or 2695938. OLE color: 2695938.

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

Color convert

RGB23541-
CMYK0.950.1500.84
HSL189.23º90.7%8.43%-
HSV(B)189.23º95.12%16.08%-
XYZ1.031.382.31-
YUV25.82136.57111.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.56%
GREEN value IS 35 (14.06% from 255) = 44.87%
BLUE value IS 41 (16.41% from 255) = 52.56%
R=2.56%
G=44.87%
B=52.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal235410.950.1500.84189.2390.78.43
Hex223295FF054bd5b8
Octal2435113717012427513310
Binary1010001110100110111111111010101001011110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022329; }

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

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

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

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

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

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

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

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