#0A1317

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

Shades of Black Pearl #0A1317

Tints of Black Pearl #0A1317

Color information

#0A1317 (or 0x0A1317) is unknown color: approx Black Pearl. HEX triplet: 0A, 13 and 17. RGB value is (10,19,23). Sum of RGB (Red+Green+Blue) = 10+19+23=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A1317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1317 is #F5ECE8. Grayscale: #101010. Windows color (decimal): -16116969 or 1512202. OLE color: 1512202.

HSL color Cylindrical-coordinate representation of color #0A1317: hue angle of 198.46º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0A1317 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB101923-
CMYK0.570.1700.91
HSL198.46º39.39%6.47%-
HSV(B)198.46º56.52%9.02%-
XYZ0.510.590.9-
YUV16.76131.52123.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 19.23%
GREEN value IS 19 (7.81% from 255) = 36.54%
BLUE value IS 23 (9.38% from 255) = 44.23%
R=19.23%
G=36.54%
B=44.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1019230.570.1700.91198.4639.396.47
HexA1317391105Bc6276
Octal12232771210133306476
Binary10101001110111111001100010101101111000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1317; }

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

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

<style>
 a { background-color: #0A1317; }

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

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

<style>
 span { border-color: #0A1317; }

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

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