#001114

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

Shades of Black Pearl #001114

Tints of Black Pearl #001114

Color information

#001114 (or 0x001114) is unknown color: approx Black Pearl. HEX triplet: 00, 11 and 14. RGB value is (0,17,20). Sum of RGB (Red+Green+Blue) = 0+17+20=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 17 (7.03% from 255 or 45.95% 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 #001114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001114 is #FFEEEB. Grayscale: #0C0C0C. Windows color (decimal): -16772844 or 1315072. OLE color: 1315072.

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

Color convert

RGB01720-
CMYK10.1500.92
HSL189º100%3.92%-
HSV(B)189º100%7.84%-
XYZ0.330.450.73-
YUV12.26132.37119.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 45.95%
BLUE value IS 20 (8.20% from 255) = 54.05%
R=0%
G=45.95%
B=54.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal0172010.1500.921891003.92
Hex0111464F05Cbd644
Octal021241441701342751444
Binary010001101001100100111101011100101111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001114; }

 p { color: rgb(0,17,20); }

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

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

 a { background-color: rgb(0,17,20); }

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

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

 span { border-color: rgb(0,17,20); }

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