#01161C

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

Shades of Black Pearl #01161C

Tints of Black Pearl #01161C

Color information

#01161C (or 0x01161C) is unknown color: approx Black Pearl. HEX triplet: 01, 16 and 1C. RGB value is (1,22,28). Sum of RGB (Red+Green+Blue) = 1+22+28=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 22 (8.98% from 255 or 43.14% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #01161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01161C is #FEE9E3. Grayscale: #101010. Windows color (decimal): -16706020 or 1840641. OLE color: 1840641.

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

Color convert

RGB12228-
CMYK0.960.2100.89
HSL193.33º93.1%5.69%-
HSV(B)193.33º96.43%10.98%-
XYZ0.510.661.2-
YUV16.4134.54117.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 22 (8.98% from 255) = 43.14%
BLUE value IS 28 (11.33% from 255) = 54.90%
R=1.96%
G=43.14%
B=54.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal122280.960.2100.89193.3393.15.69
Hex1161C6015059c15d6
Octal126341402501313011356
Binary1101101110011000001010101011001110000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01161C; }

 p { color: rgb(1,22,28); }

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

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

 a { background-color: rgb(1,22,28); }

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

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

 span { border-color: rgb(1,22,28); }

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