#0B1115

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

Shades of Black Pearl #0B1115

Tints of Black Pearl #0B1115

Color information

#0B1115 (or 0x0B1115) is unknown color: approx Black Pearl. HEX triplet: 0B, 11 and 15. RGB value is (11,17,21). Sum of RGB (Red+Green+Blue) = 11+17+21=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #0B1115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1115 is #F4EEEA. Grayscale: #0F0F0F. Windows color (decimal): -16051947 or 1380619. OLE color: 1380619.

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

Color convert

RGB111721-
CMYK0.480.1900.92
HSL204º31.25%6.27%-
HSV(B)204º47.62%8.24%-
XYZ0.470.530.79-
YUV15.66131.01124.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.45%
GREEN value IS 17 (7.03% from 255) = 34.69%
BLUE value IS 21 (8.59% from 255) = 42.86%
R=22.45%
G=34.69%
B=42.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1117210.480.1900.9220431.256.27
HexB1115301305Ccc1f6
Octal13212560230134314376
Binary1011100011010111000010011010111001100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,17,21); }

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

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

 a { background-color: rgb(11,17,21); }

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

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

 span { border-color: rgb(11,17,21); }

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