#0A131D

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

Shades of Black Pearl #0A131D

Tints of Black Pearl #0A131D

Color information

#0A131D (or 0x0A131D) is unknown color: approx Black Pearl. HEX triplet: 0A, 13 and 1D. RGB value is (10,19,29). Sum of RGB (Red+Green+Blue) = 10+19+29=58 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.24% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A131D is #F5ECE2. Grayscale: #111111. Windows color (decimal): -16116963 or 1905418. OLE color: 1905418.

HSL color Cylindrical-coordinate representation of color #0A131D: hue angle of 211.58º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0A131D is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB101929-
CMYK0.660.3400.89
HSL211.58º48.72%7.65%-
HSV(B)211.58º65.52%11.37%-
XYZ0.580.621.25-
YUV17.45134.52122.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 17.24%
GREEN value IS 19 (7.81% from 255) = 32.76%
BLUE value IS 29 (11.72% from 255) = 50%
R=17.24%
G=32.76%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1019290.660.3400.89211.5848.727.65
HexA131D4222059d4318
Octal1223351024201313246110
Binary10101001111101100001010001001011001110101001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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