#01111A

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

Shades of Black Pearl #01111A

Tints of Black Pearl #01111A

Color information

#01111A (or 0x01111A) is unknown color: approx Black Pearl. HEX triplet: 01, 11 and 1A. RGB value is (1,17,26). Sum of RGB (Red+Green+Blue) = 1+17+26=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 26 (10.55% from 255 or 59.09% from 44); Max value from RGB is 26 - color contains mainly: blue. Hex color #01111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01111A is #FEEEE5. Grayscale: #0D0D0D. Windows color (decimal): -16707302 or 1708289. OLE color: 1708289.

HSL color Cylindrical-coordinate representation of color #01111A: hue angle of 201.6º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01111A is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB11726-
CMYK0.960.3500.90
HSL201.6º92.59%5.29%-
HSV(B)201.6º96.15%10.2%-
XYZ0.40.481.05-
YUV13.24135.2119.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.27%
GREEN value IS 17 (7.03% from 255) = 38.64%
BLUE value IS 26 (10.55% from 255) = 59.09%
R=2.27%
G=38.64%
B=59.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal117260.960.3500.90201.692.595.29
Hex1111A602305Aca5d5
Octal121321404301323121355
Binary11000111010110000010001101011010110010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01111A; }

 p { color: rgb(1,17,26); }

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

<style>
 a { background-color: #01111A; }

 a { background-color: rgb(1,17,26); }

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

<style>
 span { border-color: #01111A; }

 span { border-color: rgb(1,17,26); }

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