#0B1213

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

Shades of Black Pearl #0B1213

Tints of Black Pearl #0B1213

Color information

#0B1213 (or 0x0B1213) is unknown color: approx Black Pearl. HEX triplet: 0B, 12 and 13. RGB value is (11,18,19). Sum of RGB (Red+Green+Blue) = 11+18+19=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 19 - color contains mainly: blue. Hex color #0B1213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1213 is #F4EDEC. Grayscale: #101010. Windows color (decimal): -16051693 or 1249803. OLE color: 1249803.

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

Color convert

RGB111819-
CMYK0.420.0500.93
HSL187.5º26.67%5.88%-
HSV(B)187.5º42.11%7.45%-
XYZ0.470.550.7-
YUV16.02129.68124.42-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.92%
GREEN value IS 18 (7.42% from 255) = 37.5%
BLUE value IS 19 (7.81% from 255) = 39.58%
R=22.92%
G=37.5%
B=39.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1118190.420.0500.93187.526.675.88
HexB12132A505Dbc1b6
Octal1322235250135274336
Binary10111001010011101010101010111011011110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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