#01171D

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

Shades of Black Pearl #01171D

Tints of Black Pearl #01171D

Color information

#01171D (or 0x01171D) is unknown color: approx Black Pearl. HEX triplet: 01, 17 and 1D. RGB value is (1,23,29). Sum of RGB (Red+Green+Blue) = 1+23+29=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #01171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01171D is #FEE8E2. Grayscale: #111111. Windows color (decimal): -16705763 or 1906433. OLE color: 1906433.

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

Color convert

RGB12329-
CMYK0.970.2100.89
HSL192.86º93.33%5.88%-
HSV(B)192.86º96.55%11.37%-
XYZ0.540.711.27-
YUV17.11134.71116.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.89%
GREEN value IS 23 (9.38% from 255) = 43.40%
BLUE value IS 29 (11.72% from 255) = 54.72%
R=1.89%
G=43.40%
B=54.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal123290.970.2100.89192.8693.335.88
Hex1171D6115059c15d6
Octal127351412501313011356
Binary1101111110111000011010101011001110000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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