#001020

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

Shades of Black Pearl #001020

Tints of Black Pearl #001020

Color information

#001020 (or 0x001020) is unknown color: approx Black Pearl. HEX triplet: 00, 10 and 20. RGB value is (0,16,32). Sum of RGB (Red+Green+Blue) = 0+16+32=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 32 (12.89% from 255 or 66.67% from 48); Max value from RGB is 32 - color contains mainly: blue. Hex color #001020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001020 is #FFEFDF. Grayscale: #0C0C0C. Windows color (decimal): -16773088 or 2101248. OLE color: 2101248.

HSL color Cylindrical-coordinate representation of color #001020: hue angle of 210º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001020 is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB01632-
CMYK10.500.87
HSL210º100%6.27%-
HSV(B)210º100%12.55%-
XYZ0.450.471.43-
YUV13.04138.7118.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 33.33%
BLUE value IS 32 (12.89% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0163210.500.872101006.27
Hex010206432057d2646
Octal020401446201273221446
Binary010000100000110010011001001010111110100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001020; }

 p { color: rgb(0,16,32); }

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

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

 a { background-color: rgb(0,16,32); }

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

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

 span { border-color: rgb(0,16,32); }

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