#021823

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

Shades of Black Pearl #021823

Tints of Black Pearl #021823

Color information

#021823 (or 0x021823) is unknown color: approx Black Pearl. HEX triplet: 02, 18 and 23. RGB value is (2,24,35). Sum of RGB (Red+Green+Blue) = 2+24+35=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 35 (14.06% from 255 or 57.38% from 61); Max value from RGB is 35 - color contains mainly: blue. Hex color #021823 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021823 is #FDE7DC. Grayscale: #121212. Windows color (decimal): -16639965 or 2299906. OLE color: 2299906.

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

Color convert

RGB22435-
CMYK0.940.3100.86
HSL200º89.19%7.25%-
HSV(B)200º94.29%13.73%-
XYZ0.660.791.71-
YUV18.68137.21116.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.28%
GREEN value IS 24 (9.77% from 255) = 39.34%
BLUE value IS 35 (14.06% from 255) = 57.38%
R=3.28%
G=39.34%
B=57.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal224350.940.3100.8620089.197.25
Hex218235E1F056c8597
Octal230431363701263101317
Binary101100010001110111101111101010110110010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021823; }

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

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

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

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

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

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

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

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