#0A151F

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

Shades of Black Pearl #0A151F

Tints of Black Pearl #0A151F

Color information

#0A151F (or 0x0A151F) is unknown color: approx Black Pearl. HEX triplet: 0A, 15 and 1F. RGB value is (10,21,31). Sum of RGB (Red+Green+Blue) = 10+21+31=62 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.13% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A151F is #F5EAE0. Grayscale: #121212. Windows color (decimal): -16116449 or 2037002. OLE color: 2037002.

HSL color Cylindrical-coordinate representation of color #0A151F: hue angle of 208.57º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A151F is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB102131-
CMYK0.680.3200.88
HSL208.57º51.22%8.04%-
HSV(B)208.57º67.74%12.16%-
XYZ0.640.71.4-
YUV18.85134.86121.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.13%
GREEN value IS 21 (8.59% from 255) = 33.87%
BLUE value IS 31 (12.5% from 255) = 50%
R=16.13%
G=33.87%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1021310.680.3200.88208.5751.228.04
HexA151F4420058d1338
Octal1225371044001303216310
Binary10101010111111100010010000001011000110100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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