#021117

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

Shades of Black Pearl #021117

Tints of Black Pearl #021117

Color information

#021117 (or 0x021117) is unknown color: approx Black Pearl. HEX triplet: 02, 11 and 17. RGB value is (2,17,23). Sum of RGB (Red+Green+Blue) = 2+17+23=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #021117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021117 is #FDEEE8. Grayscale: #0D0D0D. Windows color (decimal): -16641769 or 1511682. OLE color: 1511682.

HSL color Cylindrical-coordinate representation of color #021117: hue angle of 197.14º 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 #021117 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB21723-
CMYK0.910.2600.91
HSL197.14º84%4.9%-
HSV(B)197.14º91.3%9.02%-
XYZ0.380.480.88-
YUV13.2133.53120.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.76%
GREEN value IS 17 (7.03% from 255) = 40.48%
BLUE value IS 23 (9.38% from 255) = 54.76%
R=4.76%
G=40.48%
B=54.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal217230.910.2600.91197.14844.9
Hex211175B1A05Bc5545
Octal221271333201333051245
Binary10100011011110110111101001011011110001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021117; }

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

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

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

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

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

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

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

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