#010A17

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

Shades of Black Pearl #010A17

Tints of Black Pearl #010A17

Color information

#010A17 (or 0x010A17) is unknown color: approx Black Pearl. HEX triplet: 01, 0A and 17. RGB value is (1,10,23). Sum of RGB (Red+Green+Blue) = 1+10+23=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 23 (9.38% from 255 or 67.65% from 34); Max value from RGB is 23 - color contains mainly: blue. Hex color #010A17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A17 is #FEF5E8. Grayscale: #080808. Windows color (decimal): -16709097 or 1509889. OLE color: 1509889.

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

Color convert

RGB11023-
CMYK0.960.5700.91
HSL215.45º91.67%4.71%-
HSV(B)215.45º95.65%9.02%-
XYZ0.280.290.85-
YUV8.79136.02122.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.94%
GREEN value IS 10 (4.30% from 255) = 29.41%
BLUE value IS 23 (9.38% from 255) = 67.65%
R=2.94%
G=29.41%
B=67.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal110230.960.5700.91215.4591.674.71
Hex1A17603905Bd75c5
Octal112271407101333271345
Binary1101010111110000011100101011011110101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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