#01171B

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

Shades of Black Pearl #01171B

Tints of Black Pearl #01171B

Color information

#01171B (or 0x01171B) is unknown color: approx Black Pearl. HEX triplet: 01, 17 and 1B. RGB value is (1,23,27). Sum of RGB (Red+Green+Blue) = 1+23+27=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 23 (9.38% from 255 or 45.10% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #01171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01171B is #FEE8E4. Grayscale: #101010. Windows color (decimal): -16705765 or 1775361. OLE color: 1775361.

HSL color Cylindrical-coordinate representation of color #01171B: hue angle of 189.23º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01171B is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB12327-
CMYK0.960.1500.89
HSL189.23º92.86%5.49%-
HSV(B)189.23º96.3%10.59%-
XYZ0.520.71.14-
YUV16.88133.71116.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 23 (9.38% from 255) = 45.10%
BLUE value IS 27 (10.94% from 255) = 52.94%
R=1.96%
G=45.10%
B=52.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal123270.960.1500.89189.2392.865.49
Hex1171B60F059bd5d5
Octal127331401701312751355
Binary110111110111100000111101011001101111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01171B; }

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

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

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

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

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

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

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

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