#0A0F11

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

Shades of Black Pearl #0A0F11

Tints of Black Pearl #0A0F11

Color information

#0A0F11 (or 0x0A0F11) is unknown color: approx Black Pearl. HEX triplet: 0A, 0F and 11. RGB value is (10,15,17). Sum of RGB (Red+Green+Blue) = 10+15+17=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 17 - color contains mainly: blue. Hex color #0A0F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0F11 is #F5F0EE. Grayscale: #0D0D0D. Windows color (decimal): -16117999 or 1117962. OLE color: 1117962.

HSL color Cylindrical-coordinate representation of color #0A0F11: hue angle of 197.14º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0A0F11 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB101517-
CMYK0.410.1200.93
HSL197.14º25.93%5.29%-
HSV(B)197.14º41.18%6.67%-
XYZ0.40.450.6-
YUV13.73129.84125.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 23.81%
GREEN value IS 15 (6.25% from 255) = 35.71%
BLUE value IS 17 (7.03% from 255) = 40.48%
R=23.81%
G=35.71%
B=40.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1015170.410.1200.93197.1425.935.29
HexAF1129C05Dc51a5
Octal12172151140135305325
Binary10101111100011010011100010111011100010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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