#021D23

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

Shades of Black Pearl #021D23

Tints of Black Pearl #021D23

Color information

#021D23 (or 0x021D23) is unknown color: approx Black Pearl. HEX triplet: 02, 1D and 23. RGB value is (2,29,35). Sum of RGB (Red+Green+Blue) = 2+29+35=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 35 (14.06% from 255 or 53.03% from 66); Max value from RGB is 35 - color contains mainly: blue. Hex color #021D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D23 is #FDE2DC. Grayscale: #151515. Windows color (decimal): -16638685 or 2301186. OLE color: 2301186.

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

Color convert

RGB22935-
CMYK0.940.1700.86
HSL190.91º89.19%7.25%-
HSV(B)190.91º94.29%13.73%-
XYZ0.771.011.75-
YUV21.61135.55114.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 29 (11.72% from 255) = 43.94%
BLUE value IS 35 (14.06% from 255) = 53.03%
R=3.03%
G=43.94%
B=53.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal229350.940.1700.86190.9189.197.25
Hex21D235E11056bf597
Octal235431362101262771317
Binary101110110001110111101000101010110101111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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