#01111D

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

Shades of Black Pearl #01111D

Tints of Black Pearl #01111D

Color information

#01111D (or 0x01111D) is unknown color: approx Black Pearl. HEX triplet: 01, 11 and 1D. RGB value is (1,17,29). Sum of RGB (Red+Green+Blue) = 1+17+29=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 29 (11.72% from 255 or 61.70% from 47); Max value from RGB is 29 - color contains mainly: blue. Hex color #01111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01111D is #FEEEE2. Grayscale: #0D0D0D. Windows color (decimal): -16707299 or 1904897. OLE color: 1904897.

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

Color convert

RGB11729-
CMYK0.970.4100.89
HSL205.71º93.33%5.88%-
HSV(B)205.71º96.55%11.37%-
XYZ0.430.51.24-
YUV13.58136.7119.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 17 (7.03% from 255) = 36.17%
BLUE value IS 29 (11.72% from 255) = 61.70%
R=2.13%
G=36.17%
B=61.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal117290.970.4100.89205.7193.335.88
Hex1111D6129059ce5d6
Octal121351415101313161356
Binary11000111101110000110100101011001110011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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