#010D17

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

Shades of Black Pearl #010D17

Tints of Black Pearl #010D17

Color information

#010D17 (or 0x010D17) is unknown color: approx Black Pearl. HEX triplet: 01, 0D and 17. RGB value is (1,13,23). Sum of RGB (Red+Green+Blue) = 1+13+23=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 13 (5.47% from 255 or 35.14% from 37); Blue value is 23 (9.38% from 255 or 62.16% from 37); Max value from RGB is 23 - color contains mainly: blue. Hex color #010D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D17 is #FEF2E8. Grayscale: #0A0A0A. Windows color (decimal): -16708329 or 1510657. OLE color: 1510657.

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

Color convert

RGB11323-
CMYK0.960.4300.91
HSL207.27º91.67%4.71%-
HSV(B)207.27º95.65%9.02%-
XYZ0.310.360.86-
YUV10.55135.02121.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 13 (5.47% from 255) = 35.14%
BLUE value IS 23 (9.38% from 255) = 62.16%
R=2.70%
G=35.14%
B=62.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal113230.960.4300.91207.2791.674.71
Hex1D17602B05Bcf5c5
Octal115271405301333171345
Binary1110110111110000010101101011011110011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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