#011014

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

Shades of Black Pearl #011014

Tints of Black Pearl #011014

Color information

#011014 (or 0x011014) is unknown color: approx Black Pearl. HEX triplet: 01, 10 and 14. RGB value is (1,16,20). Sum of RGB (Red+Green+Blue) = 1+16+20=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #011014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011014 is #FEEFEB. Grayscale: #0B0B0B. Windows color (decimal): -16707564 or 1314817. OLE color: 1314817.

HSL color Cylindrical-coordinate representation of color #011014: hue angle of 192.63º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011014 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB11620-
CMYK0.950.2000.92
HSL192.63º90.48%4.12%-
HSV(B)192.63º95%7.84%-
XYZ0.320.430.73-
YUV11.97132.53120.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 16 (6.64% from 255) = 43.24%
BLUE value IS 20 (8.20% from 255) = 54.05%
R=2.70%
G=43.24%
B=54.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal116200.950.2000.92192.6390.484.12
Hex110145F1405Cc15a4
Octal120241372401343011324
Binary1100001010010111111010001011100110000011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011014; }

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

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

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

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

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

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

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

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