#0B1014

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

Shades of Black Pearl #0B1014

Tints of Black Pearl #0B1014

Color information

#0B1014 (or 0x0B1014) is unknown color: approx Black Pearl. HEX triplet: 0B, 10 and 14. RGB value is (11,16,20). Sum of RGB (Red+Green+Blue) = 11+16+20=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B1014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1014 is #F4EFEB. Grayscale: #0E0E0E. Windows color (decimal): -16052204 or 1314827. OLE color: 1314827.

HSL color Cylindrical-coordinate representation of color #0B1014: hue angle of 206.67º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0B1014 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB111620-
CMYK0.450.2000.92
HSL206.67º29.03%6.08%-
HSV(B)206.67º45%7.84%-
XYZ0.450.490.73-
YUV14.96130.84125.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.40%
GREEN value IS 16 (6.64% from 255) = 34.04%
BLUE value IS 20 (8.20% from 255) = 42.55%
R=23.40%
G=34.04%
B=42.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1116200.450.2000.92206.6729.036.08
HexB10142D1405Ccf1d6
Octal13202455240134317356
Binary1011100001010010110110100010111001100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,16,20); }

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

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

 a { background-color: rgb(11,16,20); }

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

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

 span { border-color: rgb(11,16,20); }

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