#011117

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

Shades of Black Pearl #011117

Tints of Black Pearl #011117

Color information

#011117 (or 0x011117) is unknown color: approx Black Pearl. HEX triplet: 01, 11 and 17. RGB value is (1,17,23). Sum of RGB (Red+Green+Blue) = 1+17+23=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 17 (7.03% from 255 or 41.46% 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 #011117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011117 is #FEEEE8. Grayscale: #0C0C0C. Windows color (decimal): -16707305 or 1511681. OLE color: 1511681.

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

Color convert

RGB11723-
CMYK0.960.2600.91
HSL196.36º91.67%4.71%-
HSV(B)196.36º95.65%9.02%-
XYZ0.370.470.88-
YUV12.9133.7119.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.44%
GREEN value IS 17 (7.03% from 255) = 41.46%
BLUE value IS 23 (9.38% from 255) = 56.10%
R=2.44%
G=41.46%
B=56.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal117230.960.2600.91196.3691.674.71
Hex11117601A05Bc45c5
Octal121271403201333041345
Binary1100011011111000001101001011011110001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011117; }

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

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

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

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

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

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

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

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