#021A23

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

Shades of Black Pearl #021A23

Tints of Black Pearl #021A23

Color information

#021A23 (or 0x021A23) is unknown color: approx Black Pearl. HEX triplet: 02, 1A and 23. RGB value is (2,26,35). Sum of RGB (Red+Green+Blue) = 2+26+35=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 35 (14.06% from 255 or 55.56% from 63); Max value from RGB is 35 - color contains mainly: blue. Hex color #021A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A23 is #FDE5DC. Grayscale: #131313. Windows color (decimal): -16639453 or 2300418. OLE color: 2300418.

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

Color convert

RGB22635-
CMYK0.940.2600.86
HSL196.36º89.19%7.25%-
HSV(B)196.36º94.29%13.73%-
XYZ0.70.871.72-
YUV19.85136.55115.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.17%
GREEN value IS 26 (10.55% from 255) = 41.27%
BLUE value IS 35 (14.06% from 255) = 55.56%
R=3.17%
G=41.27%
B=55.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal226350.940.2600.86196.3689.197.25
Hex21A235E1A056c4597
Octal232431363201263041317
Binary101101010001110111101101001010110110001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021A23; }

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

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

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

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

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

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

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

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