#01161D

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

Shades of Black Pearl #01161D

Tints of Black Pearl #01161D

Color information

#01161D (or 0x01161D) is unknown color: approx Black Pearl. HEX triplet: 01, 16 and 1D. RGB value is (1,22,29). Sum of RGB (Red+Green+Blue) = 1+22+29=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 22 (8.98% from 255 or 42.31% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #01161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01161D is #FEE9E2. Grayscale: #101010. Windows color (decimal): -16706019 or 1906177. OLE color: 1906177.

HSL color Cylindrical-coordinate representation of color #01161D: hue angle of 195º 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 #01161D is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB12229-
CMYK0.970.2400.89
HSL195º93.33%5.88%-
HSV(B)195º96.55%11.37%-
XYZ0.520.671.26-
YUV16.52135.04116.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.92%
GREEN value IS 22 (8.98% from 255) = 42.31%
BLUE value IS 29 (11.72% from 255) = 55.77%
R=1.92%
G=42.31%
B=55.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal122290.970.2400.8919593.335.88
Hex1161D6118059c35d6
Octal126351413001313031356
Binary1101101110111000011100001011001110000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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