#0A1314

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

Shades of Black Pearl #0A1314

Tints of Black Pearl #0A1314

Color information

#0A1314 (or 0x0A1314) is unknown color: approx Black Pearl. HEX triplet: 0A, 13 and 14. RGB value is (10,19,20). Sum of RGB (Red+Green+Blue) = 10+19+20=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 20 - color contains mainly: blue. Hex color #0A1314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1314 is #F5ECEB. Grayscale: #101010. Windows color (decimal): -16116972 or 1315594. OLE color: 1315594.

HSL color Cylindrical-coordinate representation of color #0A1314: hue angle of 186º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A1314 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB101920-
CMYK0.500.0500.92
HSL186º33.33%5.88%-
HSV(B)186º50%7.84%-
XYZ0.480.580.75-
YUV16.42130.02123.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20.41%
GREEN value IS 19 (7.81% from 255) = 38.78%
BLUE value IS 20 (8.20% from 255) = 40.82%
R=20.41%
G=38.78%
B=40.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1019200.500.0500.9218633.335.88
HexA131432505Cba216
Octal1223246250134272416
Binary101010011101001100101010101110010111010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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