#0B161E

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

Shades of Black Pearl #0B161E

Tints of Black Pearl #0B161E

Color information

#0B161E (or 0x0B161E) is unknown color: approx Black Pearl. HEX triplet: 0B, 16 and 1E. RGB value is (11,22,30). Sum of RGB (Red+Green+Blue) = 11+22+30=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B161E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B161E is #F4E9E1. Grayscale: #131313. Windows color (decimal): -16050658 or 1971723. OLE color: 1971723.

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

Color convert

RGB112230-
CMYK0.630.2700.88
HSL205.26º46.34%8.04%-
HSV(B)205.26º63.33%11.76%-
XYZ0.660.741.34-
YUV19.62133.86121.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.46%
GREEN value IS 22 (8.98% from 255) = 34.92%
BLUE value IS 30 (12.11% from 255) = 47.62%
R=17.46%
G=34.92%
B=47.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1122300.630.2700.88205.2646.348.04
HexB161E3F1B058cd2e8
Octal132636773301303155610
Binary101110110111101111111101101011000110011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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