#0B131D

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

Shades of Black Pearl #0B131D

Tints of Black Pearl #0B131D

Color information

#0B131D (or 0x0B131D) is unknown color: approx Black Pearl. HEX triplet: 0B, 13 and 1D. RGB value is (11,19,29). Sum of RGB (Red+Green+Blue) = 11+19+29=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #0B131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B131D is #F4ECE2. Grayscale: #111111. Windows color (decimal): -16051427 or 1905419. OLE color: 1905419.

HSL color Cylindrical-coordinate representation of color #0B131D: hue angle of 213.33º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0B131D is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB111929-
CMYK0.620.3400.89
HSL213.33º45%7.84%-
HSV(B)213.33º62.07%11.37%-
XYZ0.590.631.25-
YUV17.75134.35123.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.64%
GREEN value IS 19 (7.81% from 255) = 32.20%
BLUE value IS 29 (11.72% from 255) = 49.15%
R=18.64%
G=32.20%
B=49.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1119290.620.3400.89213.33457.84
HexB131D3E22059d52d8
Octal132335764201313255510
Binary1011100111110111111010001001011001110101011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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