#021023

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

Shades of Black Pearl #021023

Tints of Black Pearl #021023

Color information

#021023 (or 0x021023) is unknown color: approx Black Pearl. HEX triplet: 02, 10 and 23. RGB value is (2,16,35). Sum of RGB (Red+Green+Blue) = 2+16+35=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 35 (14.06% from 255 or 66.04% from 53); Max value from RGB is 35 - color contains mainly: blue. Hex color #021023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021023 is #FDEFDC. Grayscale: #0D0D0D. Windows color (decimal): -16642013 or 2297858. OLE color: 2297858.

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

Color convert

RGB21635-
CMYK0.940.5400.86
HSL214.55º89.19%7.25%-
HSV(B)214.55º94.29%13.73%-
XYZ0.510.51.66-
YUV13.98139.86119.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.77%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 35 (14.06% from 255) = 66.04%
R=3.77%
G=30.19%
B=66.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal216350.940.5400.86214.5589.197.25
Hex210235E36056d7597
Octal220431366601263271317
Binary1010000100011101111011011001010110110101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021023; }

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

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

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

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

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

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

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

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