#0A0F16

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

Shades of Black Pearl #0A0F16

Tints of Black Pearl #0A0F16

Color information

#0A0F16 (or 0x0A0F16) is unknown color: approx Black Pearl. HEX triplet: 0A, 0F and 16. RGB value is (10,15,22). Sum of RGB (Red+Green+Blue) = 10+15+22=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #0A0F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0F16 is #F5F0E9. Grayscale: #0E0E0E. Windows color (decimal): -16117994 or 1445642. OLE color: 1445642.

HSL color Cylindrical-coordinate representation of color #0A0F16: hue angle of 215º degrees, saturation: 0.37, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0A0F16 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB101522-
CMYK0.550.3200.91
HSL215º37.5%6.27%-
HSV(B)215º54.55%8.63%-
XYZ0.440.460.83-
YUV14.3132.34124.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 21.28%
GREEN value IS 15 (6.25% from 255) = 31.91%
BLUE value IS 22 (8.98% from 255) = 46.81%
R=21.28%
G=31.91%
B=46.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1015220.550.3200.9121537.56.27
HexAF16372005Bd7256
Octal12172667400133327456
Binary10101111101101101111000000101101111010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,15,22); }

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

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

 a { background-color: rgb(10,15,22); }

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

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

 span { border-color: rgb(10,15,22); }

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