#01171A

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

Shades of Black Pearl #01171A

Tints of Black Pearl #01171A

Color information

#01171A (or 0x01171A) is unknown color: approx Black Pearl. HEX triplet: 01, 17 and 1A. RGB value is (1,23,26). Sum of RGB (Red+Green+Blue) = 1+23+26=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 23 (9.38% from 255 or 46% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #01171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01171A is #FEE8E5. Grayscale: #101010. Windows color (decimal): -16705766 or 1709825. OLE color: 1709825.

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

Color convert

RGB12326-
CMYK0.960.1200.90
HSL187.2º92.59%5.29%-
HSV(B)187.2º96.15%10.2%-
XYZ0.510.691.08-
YUV16.76133.21116.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2%
GREEN value IS 23 (9.38% from 255) = 46%
BLUE value IS 26 (10.55% from 255) = 52%
R=2%
G=46%
B=52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal123260.960.1200.90187.292.595.29
Hex1171A60C05Abb5d5
Octal127321401401322731355
Binary110111110101100000110001011010101110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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