#01101D

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

Shades of Black Pearl #01101D

Tints of Black Pearl #01101D

Color information

#01101D (or 0x01101D) is unknown color: approx Black Pearl. HEX triplet: 01, 10 and 1D. RGB value is (1,16,29). Sum of RGB (Red+Green+Blue) = 1+16+29=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 29 (11.72% from 255 or 63.04% from 46); Max value from RGB is 29 - color contains mainly: blue. Hex color #01101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01101D is #FEEFE2. Grayscale: #0C0C0C. Windows color (decimal): -16707555 or 1904641. OLE color: 1904641.

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

Color convert

RGB11629-
CMYK0.970.4500.89
HSL207.86º93.33%5.88%-
HSV(B)207.86º96.55%11.37%-
XYZ0.420.471.23-
YUV13137.03119.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.17%
GREEN value IS 16 (6.64% from 255) = 34.78%
BLUE value IS 29 (11.72% from 255) = 63.04%
R=2.17%
G=34.78%
B=63.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal116290.970.4500.89207.8693.335.88
Hex1101D612D059d05d6
Octal120351415501313201356
Binary11000011101110000110110101011001110100001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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