#022024

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

Shades of Black Pearl #022024

Tints of Black Pearl #022024

Color information

#022024 (or 0x022024) is unknown color: approx Black Pearl. HEX triplet: 02, 20 and 24. RGB value is (2,32,36). Sum of RGB (Red+Green+Blue) = 2+32+36=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 36 (14.45% from 255 or 51.43% from 70); Max value from RGB is 36 - color contains mainly: blue. Hex color #022024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022024 is #FDDFDB. Grayscale: #171717. Windows color (decimal): -16637916 or 2367490. OLE color: 2367490.

HSL color Cylindrical-coordinate representation of color #022024: hue angle of 187.06º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022024 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB23236-
CMYK0.940.1100.86
HSL187.06º89.47%7.45%-
HSV(B)187.06º94.44%14.12%-
XYZ0.861.171.85-
YUV23.49135.06112.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.86%
GREEN value IS 32 (12.89% from 255) = 45.71%
BLUE value IS 36 (14.45% from 255) = 51.43%
R=2.86%
G=45.71%
B=51.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal232360.940.1100.86187.0689.477.45
Hex220245EB056bb597
Octal240441361301262731317
Binary101000001001001011110101101010110101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022024; }

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

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

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

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

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

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

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

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