#0A151D

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

Shades of Black Pearl #0A151D

Tints of Black Pearl #0A151D

Color information

#0A151D (or 0x0A151D) is unknown color: approx Black Pearl. HEX triplet: 0A, 15 and 1D. RGB value is (10,21,29). Sum of RGB (Red+Green+Blue) = 10+21+29=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A151D is #F5EAE2. Grayscale: #121212. Windows color (decimal): -16116451 or 1905930. OLE color: 1905930.

HSL color Cylindrical-coordinate representation of color #0A151D: hue angle of 205.26º 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 #0A151D is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB102129-
CMYK0.660.2800.89
HSL205.26º48.72%7.65%-
HSV(B)205.26º65.52%11.37%-
XYZ0.620.691.26-
YUV18.62133.86121.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.67%
GREEN value IS 21 (8.59% from 255) = 35%
BLUE value IS 29 (11.72% from 255) = 48.33%
R=16.67%
G=35%
B=48.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1021290.660.2800.89205.2648.727.65
HexA151D421C059cd318
Octal1225351023401313156110
Binary1010101011110110000101110001011001110011011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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