#010D16

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

Shades of Black Pearl #010D16

Tints of Black Pearl #010D16

Color information

#010D16 (or 0x010D16) is unknown color: approx Black Pearl. HEX triplet: 01, 0D and 16. RGB value is (1,13,22). Sum of RGB (Red+Green+Blue) = 1+13+22=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 22 (8.98% from 255 or 61.11% from 36); Max value from RGB is 22 - color contains mainly: blue. Hex color #010D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D16 is #FEF2E9. Grayscale: #0A0A0A. Windows color (decimal): -16708330 or 1445121. OLE color: 1445121.

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

Color convert

RGB11322-
CMYK0.950.4100.91
HSL205.71º91.3%4.51%-
HSV(B)205.71º95.45%8.63%-
XYZ0.30.350.81-
YUV10.44134.52121.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 13 (5.47% from 255) = 36.11%
BLUE value IS 22 (8.98% from 255) = 61.11%
R=2.78%
G=36.11%
B=61.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal113220.950.4100.91205.7191.34.51
Hex1D165F2905Bce5b5
Octal115261375101333161335
Binary1110110110101111110100101011011110011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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