#0B141F

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

Shades of Black Pearl #0B141F

Tints of Black Pearl #0B141F

Color information

#0B141F (or 0x0B141F) is unknown color: approx Black Pearl. HEX triplet: 0B, 14 and 1F. RGB value is (11,20,31). Sum of RGB (Red+Green+Blue) = 11+20+31=62 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.74% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #0B141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B141F is #F4EBE0. Grayscale: #121212. Windows color (decimal): -16051169 or 2036747. OLE color: 2036747.

HSL color Cylindrical-coordinate representation of color #0B141F: hue angle of 213º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B141F is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB112031-
CMYK0.650.3500.88
HSL213º47.62%8.24%-
HSV(B)213º64.52%12.16%-
XYZ0.640.671.39-
YUV18.56135.02122.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.74%
GREEN value IS 20 (8.20% from 255) = 32.26%
BLUE value IS 31 (12.5% from 255) = 50%
R=17.74%
G=32.26%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1120310.650.3500.8821347.628.24
HexB141F4123058d5308
Octal1324371014301303256010
Binary10111010011111100000110001101011000110101011100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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