#0A1417

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

Shades of Black Pearl #0A1417

Tints of Black Pearl #0A1417

Color information

#0A1417 (or 0x0A1417) is unknown color: approx Black Pearl. HEX triplet: 0A, 14 and 17. RGB value is (10,20,23). Sum of RGB (Red+Green+Blue) = 10+20+23=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 23 (9.38% from 255 or 43.40% from 53); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A1417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1417 is #F5EBE8. Grayscale: #111111. Windows color (decimal): -16116713 or 1512458. OLE color: 1512458.

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

Color convert

RGB102023-
CMYK0.570.1300.91
HSL193.85º39.39%6.47%-
HSV(B)193.85º56.52%9.02%-
XYZ0.530.630.9-
YUV17.35131.19122.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.87%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 23 (9.38% from 255) = 43.40%
R=18.87%
G=37.74%
B=43.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1020230.570.1300.91193.8539.396.47
HexA141739D05Bc2276
Octal12242771150133302476
Binary1010101001011111100111010101101111000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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