#01111B

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

Shades of Black Pearl #01111B

Tints of Black Pearl #01111B

Color information

#01111B (or 0x01111B) is unknown color: approx Black Pearl. HEX triplet: 01, 11 and 1B. RGB value is (1,17,27). Sum of RGB (Red+Green+Blue) = 1+17+27=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 27 (10.94% from 255 or 60% from 45); Max value from RGB is 27 - color contains mainly: blue. Hex color #01111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01111B is #FEEEE4. Grayscale: #0D0D0D. Windows color (decimal): -16707301 or 1773825. OLE color: 1773825.

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

Color convert

RGB11727-
CMYK0.960.3700.89
HSL203.08º92.86%5.49%-
HSV(B)203.08º96.3%10.59%-
XYZ0.410.491.11-
YUV13.36135.7119.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.22%
GREEN value IS 17 (7.03% from 255) = 37.78%
BLUE value IS 27 (10.94% from 255) = 60%
R=2.22%
G=37.78%
B=60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal117270.960.3700.89203.0892.865.49
Hex1111B6025059cb5d5
Octal121331404501313131355
Binary11000111011110000010010101011001110010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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