#0B161A

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

Shades of Black Pearl #0B161A

Tints of Black Pearl #0B161A

Color information

#0B161A (or 0x0B161A) is unknown color: approx Black Pearl. HEX triplet: 0B, 16 and 1A. RGB value is (11,22,26). Sum of RGB (Red+Green+Blue) = 11+22+26=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B161A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B161A is #F4E9E5. Grayscale: #131313. Windows color (decimal): -16050662 or 1709579. OLE color: 1709579.

HSL color Cylindrical-coordinate representation of color #0B161A: hue angle of 196º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0B161A is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB112226-
CMYK0.580.1500.90
HSL196º40.54%7.25%-
HSV(B)196º57.69%10.2%-
XYZ0.610.721.08-
YUV19.17131.86122.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.64%
GREEN value IS 22 (8.98% from 255) = 37.29%
BLUE value IS 26 (10.55% from 255) = 44.07%
R=18.64%
G=37.29%
B=44.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1122260.580.1500.9019640.547.25
HexB161A3AF05Ac4297
Octal13263272170132304517
Binary1011101101101011101011110101101011000100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,22,26); }

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

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

 a { background-color: rgb(11,22,26); }

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

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

 span { border-color: rgb(11,22,26); }

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