#021017

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

Shades of Black Pearl #021017

Tints of Black Pearl #021017

Color information

#021017 (or 0x021017) is unknown color: approx Black Pearl. HEX triplet: 02, 10 and 17. RGB value is (2,16,23). Sum of RGB (Red+Green+Blue) = 2+16+23=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 23 (9.38% from 255 or 56.10% from 41); Max value from RGB is 23 - color contains mainly: blue. Hex color #021017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021017 is #FDEFE8. Grayscale: #0C0C0C. Windows color (decimal): -16642025 or 1511426. OLE color: 1511426.

HSL color Cylindrical-coordinate representation of color #021017: hue angle of 200º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021017 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB21623-
CMYK0.910.3000.91
HSL200º84%4.9%-
HSV(B)200º91.3%9.02%-
XYZ0.360.450.88-
YUV12.61133.86120.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.88%
GREEN value IS 16 (6.64% from 255) = 39.02%
BLUE value IS 23 (9.38% from 255) = 56.10%
R=4.88%
G=39.02%
B=56.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal216230.910.3000.91200844.9
Hex210175B1E05Bc8545
Octal220271333601333101245
Binary10100001011110110111111001011011110010001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021017; }

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

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

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

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

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

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

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

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