#022429

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

Shades of Black Pearl #022429

Tints of Black Pearl #022429

Color information

#022429 (or 0x022429) is unknown color: approx Black Pearl. HEX triplet: 02, 24 and 29. RGB value is (2,36,41). Sum of RGB (Red+Green+Blue) = 2+36+41=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 41 (16.41% from 255 or 51.90% from 79); Max value from RGB is 41 - color contains mainly: blue. Hex color #022429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022429 is #FDDBD6. Grayscale: #1A1A1A. Windows color (decimal): -16636887 or 2696194. OLE color: 2696194.

HSL color Cylindrical-coordinate representation of color #022429: hue angle of 187.69º 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 #022429 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB23641-
CMYK0.950.1200.84
HSL187.69º90.7%8.43%-
HSV(B)187.69º95.12%16.08%-
XYZ1.061.432.32-
YUV26.4136.24110.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.53%
GREEN value IS 36 (14.45% from 255) = 45.57%
BLUE value IS 41 (16.41% from 255) = 51.90%
R=2.53%
G=45.57%
B=51.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal236410.950.1200.84187.6990.78.43
Hex224295FC054bc5b8
Octal2445113714012427413310
Binary1010010010100110111111100010101001011110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022429; }

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

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

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

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

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

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

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

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