#001117

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

Shades of Black Pearl #001117

Tints of Black Pearl #001117

Color information

#001117 (or 0x001117) is unknown color: approx Black Pearl. HEX triplet: 00, 11 and 17. RGB value is (0,17,23). Sum of RGB (Red+Green+Blue) = 0+17+23=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #001117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001117 is #FFEEE8. Grayscale: #0C0C0C. Windows color (decimal): -16772841 or 1511680. OLE color: 1511680.

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

Color convert

RGB01723-
CMYK10.2600.91
HSL195.65º100%4.51%-
HSV(B)195.65º100%9.02%-
XYZ0.360.460.88-
YUV12.6133.87119.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 42.5%
BLUE value IS 23 (9.38% from 255) = 57.5%
R=0%
G=42.5%
B=57.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0172310.2600.91195.651004.51
Hex01117641A05Bc4645
Octal021271443201333041445
Binary0100011011111001001101001011011110001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001117; }

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

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

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

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

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

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

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

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