#01111F

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

Shades of Black Pearl #01111F

Tints of Black Pearl #01111F

Color information

#01111F (or 0x01111F) is unknown color: approx Black Pearl. HEX triplet: 01, 11 and 1F. RGB value is (1,17,31). Sum of RGB (Red+Green+Blue) = 1+17+31=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #01111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01111F is #FEEEE0. Grayscale: #0D0D0D. Windows color (decimal): -16707297 or 2035969. OLE color: 2035969.

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

Color convert

RGB11731-
CMYK0.970.4500.88
HSL208º93.75%6.27%-
HSV(B)208º96.77%12.16%-
XYZ0.460.511.37-
YUV13.81137.7118.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.04%
GREEN value IS 17 (7.03% from 255) = 34.69%
BLUE value IS 31 (12.5% from 255) = 63.27%
R=2.04%
G=34.69%
B=63.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal117310.970.4500.8820893.756.27
Hex1111F612D058d05e6
Octal121371415501303201366
Binary11000111111110000110110101011000110100001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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