#01101B

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

Shades of Black Pearl #01101B

Tints of Black Pearl #01101B

Color information

#01101B (or 0x01101B) is unknown color: approx Black Pearl. HEX triplet: 01, 10 and 1B. RGB value is (1,16,27). Sum of RGB (Red+Green+Blue) = 1+16+27=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 27 (10.94% from 255 or 61.36% from 44); Max value from RGB is 27 - color contains mainly: blue. Hex color #01101B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01101B is #FEEFE4. Grayscale: #0C0C0C. Windows color (decimal): -16707557 or 1773569. OLE color: 1773569.

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

Color convert

RGB11627-
CMYK0.960.4100.89
HSL205.38º92.86%5.49%-
HSV(B)205.38º96.3%10.59%-
XYZ0.40.461.1-
YUV12.77136.03119.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.27%
GREEN value IS 16 (6.64% from 255) = 36.36%
BLUE value IS 27 (10.94% from 255) = 61.36%
R=2.27%
G=36.36%
B=61.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal116270.960.4100.89205.3892.865.49
Hex1101B6029059cd5d5
Octal120331405101313151355
Binary11000011011110000010100101011001110011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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