#010A16

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

Shades of Black Pearl #010A16

Tints of Black Pearl #010A16

Color information

#010A16 (or 0x010A16) is unknown color: approx Black Pearl. HEX triplet: 01, 0A and 16. RGB value is (1,10,22). Sum of RGB (Red+Green+Blue) = 1+10+22=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 22 (8.98% from 255 or 66.67% from 33); Max value from RGB is 22 - color contains mainly: blue. Hex color #010A16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A16 is #FEF5E9. Grayscale: #080808. Windows color (decimal): -16709098 or 1444353. OLE color: 1444353.

HSL color Cylindrical-coordinate representation of color #010A16: hue angle of 214.29º 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 #010A16 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11022-
CMYK0.950.5500.91
HSL214.29º91.3%4.51%-
HSV(B)214.29º95.45%8.63%-
XYZ0.270.280.8-
YUV8.68135.52122.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.03%
GREEN value IS 10 (4.30% from 255) = 30.30%
BLUE value IS 22 (8.98% from 255) = 66.67%
R=3.03%
G=30.30%
B=66.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal110220.950.5500.91214.2991.34.51
Hex1A165F3705Bd65b5
Octal112261376701333261335
Binary1101010110101111111011101011011110101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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