#010B16

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

Shades of Black Pearl #010B16

Tints of Black Pearl #010B16

Color information

#010B16 (or 0x010B16) is unknown color: approx Black Pearl. HEX triplet: 01, 0B and 16. RGB value is (1,11,22). Sum of RGB (Red+Green+Blue) = 1+11+22=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 11 (4.69% from 255 or 32.35% from 34); Blue value is 22 (8.98% from 255 or 64.71% from 34); Max value from RGB is 22 - color contains mainly: blue. Hex color #010B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B16 is #FEF4E9. Grayscale: #090909. Windows color (decimal): -16708842 or 1444609. OLE color: 1444609.

HSL color Cylindrical-coordinate representation of color #010B16: hue angle of 211.43º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010B16 is Cyan = 0.95, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11122-
CMYK0.950.500.91
HSL211.43º91.3%4.51%-
HSV(B)211.43º95.45%8.63%-
XYZ0.280.30.8-
YUV9.26135.19122.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.94%
GREEN value IS 11 (4.69% from 255) = 32.35%
BLUE value IS 22 (8.98% from 255) = 64.71%
R=2.94%
G=32.35%
B=64.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal111220.950.500.91211.4391.34.51
Hex1B165F3205Bd35b5
Octal113261376201333231335
Binary1101110110101111111001001011011110100111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,11,22); }

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

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

 a { background-color: rgb(1,11,22); }

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

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

 span { border-color: rgb(1,11,22); }

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