#021923

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

Shades of Black Pearl #021923

Tints of Black Pearl #021923

Color information

#021923 (or 0x021923) is unknown color: approx Black Pearl. HEX triplet: 02, 19 and 23. RGB value is (2,25,35). Sum of RGB (Red+Green+Blue) = 2+25+35=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 35 (14.06% from 255 or 56.45% from 62); Max value from RGB is 35 - color contains mainly: blue. Hex color #021923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021923 is #FDE6DC. Grayscale: #131313. Windows color (decimal): -16639709 or 2300162. OLE color: 2300162.

HSL color Cylindrical-coordinate representation of color #021923: hue angle of 198.18º 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 #021923 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB22535-
CMYK0.940.2900.86
HSL198.18º89.19%7.25%-
HSV(B)198.18º94.29%13.73%-
XYZ0.680.831.71-
YUV19.26136.88115.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.23%
GREEN value IS 25 (10.16% from 255) = 40.32%
BLUE value IS 35 (14.06% from 255) = 56.45%
R=3.23%
G=40.32%
B=56.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal225350.940.2900.86198.1889.197.25
Hex219235E1D056c6597
Octal231431363501263061317
Binary101100110001110111101110101010110110001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021923; }

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

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

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

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

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

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

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

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