#0A1013

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

Shades of Black Pearl #0A1013

Tints of Black Pearl #0A1013

Color information

#0A1013 (or 0x0A1013) is unknown color: approx Black Pearl. HEX triplet: 0A, 10 and 13. RGB value is (10,16,19). Sum of RGB (Red+Green+Blue) = 10+16+19=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 19 - color contains mainly: blue. Hex color #0A1013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1013 is #F5EFEC. Grayscale: #0E0E0E. Windows color (decimal): -16117741 or 1249290. OLE color: 1249290.

HSL color Cylindrical-coordinate representation of color #0A1013: hue angle of 200º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0A1013 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB101619-
CMYK0.470.1600.93
HSL200º31.03%5.69%-
HSV(B)200º47.37%7.45%-
XYZ0.430.480.69-
YUV14.55130.51124.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 22.22%
GREEN value IS 16 (6.64% from 255) = 35.56%
BLUE value IS 19 (7.81% from 255) = 42.22%
R=22.22%
G=35.56%
B=42.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1016190.470.1600.9320031.035.69
HexA10132F1005Dc81f6
Octal12202357200135310376
Binary1010100001001110111110000010111011100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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