#01171E

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

Shades of Black Pearl #01171E

Tints of Black Pearl #01171E

Color information

#01171E (or 0x01171E) is unknown color: approx Black Pearl. HEX triplet: 01, 17 and 1E. RGB value is (1,23,30). Sum of RGB (Red+Green+Blue) = 1+23+30=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 30 (12.11% from 255 or 55.56% from 54); Max value from RGB is 30 - color contains mainly: blue. Hex color #01171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01171E is #FEE8E1. Grayscale: #111111. Windows color (decimal): -16705762 or 1971969. OLE color: 1971969.

HSL color Cylindrical-coordinate representation of color #01171E: hue angle of 194.48º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01171E is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB12330-
CMYK0.970.2300.88
HSL194.48º93.55%6.08%-
HSV(B)194.48º96.67%11.76%-
XYZ0.550.711.34-
YUV17.22135.21116.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.85%
GREEN value IS 23 (9.38% from 255) = 42.59%
BLUE value IS 30 (12.11% from 255) = 55.56%
R=1.85%
G=42.59%
B=55.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal123300.970.2300.88194.4893.556.08
Hex1171E6117058c25e6
Octal127361412701303021366
Binary1101111111011000011011101011000110000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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