#01161E

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

Shades of Black Pearl #01161E

Tints of Black Pearl #01161E

Color information

#01161E (or 0x01161E) is unknown color: approx Black Pearl. HEX triplet: 01, 16 and 1E. RGB value is (1,22,30). Sum of RGB (Red+Green+Blue) = 1+22+30=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 22 (8.98% from 255 or 41.51% from 53); Blue value is 30 (12.11% from 255 or 56.60% from 53); Max value from RGB is 30 - color contains mainly: blue. Hex color #01161E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01161E is #FEE9E1. Grayscale: #101010. Windows color (decimal): -16706018 or 1971713. OLE color: 1971713.

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

Color convert

RGB12230-
CMYK0.970.2700.88
HSL196.55º93.55%6.08%-
HSV(B)196.55º96.67%11.76%-
XYZ0.530.671.33-
YUV16.63135.54116.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.89%
GREEN value IS 22 (8.98% from 255) = 41.51%
BLUE value IS 30 (12.11% from 255) = 56.60%
R=1.89%
G=41.51%
B=56.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal122300.970.2700.88196.5593.556.08
Hex1161E611B058c55e6
Octal126361413301303051366
Binary1101101111011000011101101011000110001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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