#010C11

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

Shades of Black Pearl #010C11

Tints of Black Pearl #010C11

Color information

#010C11 (or 0x010C11) is unknown color: approx Black Pearl. HEX triplet: 01, 0C and 11. RGB value is (1,12,17). Sum of RGB (Red+Green+Blue) = 1+12+17=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 12 (5.08% from 255 or 40% from 30); Blue value is 17 (7.03% from 255 or 56.67% from 30); Max value from RGB is 17 - color contains mainly: blue. Hex color #010C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C11 is #FEF3EE. Grayscale: #090909. Windows color (decimal): -16708591 or 1117185. OLE color: 1117185.

HSL color Cylindrical-coordinate representation of color #010C11: hue angle of 198.75º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010C11 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB11217-
CMYK0.940.2900.93
HSL198.75º88.89%3.53%-
HSV(B)198.75º94.12%6.67%-
XYZ0.250.310.58-
YUV9.28132.36122.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.33%
GREEN value IS 12 (5.08% from 255) = 40%
BLUE value IS 17 (7.03% from 255) = 56.67%
R=3.33%
G=40%
B=56.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal112170.940.2900.93198.7588.893.53
Hex1C115E1D05Dc7594
Octal114211363501353071314
Binary111001000110111101110101011101110001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010C11; }

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

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

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

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

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

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

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

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