#01111C

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

Shades of Black Pearl #01111C

Tints of Black Pearl #01111C

Color information

#01111C (or 0x01111C) is unknown color: approx Black Pearl. HEX triplet: 01, 11 and 1C. RGB value is (1,17,28). Sum of RGB (Red+Green+Blue) = 1+17+28=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #01111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01111C is #FEEEE3. Grayscale: #0D0D0D. Windows color (decimal): -16707300 or 1839361. OLE color: 1839361.

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

Color convert

RGB11728-
CMYK0.960.3900.89
HSL204.44º93.1%5.69%-
HSV(B)204.44º96.43%10.98%-
XYZ0.420.491.17-
YUV13.47136.2119.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.17%
GREEN value IS 17 (7.03% from 255) = 36.96%
BLUE value IS 28 (11.33% from 255) = 60.87%
R=2.17%
G=36.96%
B=60.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal117280.960.3900.89204.4493.15.69
Hex1111C6027059cc5d6
Octal121341404701313141356
Binary11000111100110000010011101011001110011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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