#0B1012

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

Shades of Black Pearl #0B1012

Tints of Black Pearl #0B1012

Color information

#0B1012 (or 0x0B1012) is unknown color: approx Black Pearl. HEX triplet: 0B, 10 and 12. RGB value is (11,16,18). Sum of RGB (Red+Green+Blue) = 11+16+18=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 18 - color contains mainly: blue. Hex color #0B1012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1012 is #F4EFED. Grayscale: #0E0E0E. Windows color (decimal): -16052206 or 1183755. OLE color: 1183755.

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

Color convert

RGB111618-
CMYK0.390.1100.93
HSL197.14º24.14%5.69%-
HSV(B)197.14º38.89%7.06%-
XYZ0.430.490.64-
YUV14.73129.84125.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 24.44%
GREEN value IS 16 (6.64% from 255) = 35.56%
BLUE value IS 18 (7.42% from 255) = 40%
R=24.44%
G=35.56%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1116180.390.1100.93197.1424.145.69
HexB101227B05Dc5186
Octal13202247130135305306
Binary101110000100101001111011010111011100010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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