#0B1526

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

Shades of Black Pearl #0B1526

Tints of Black Pearl #0B1526

Color information

#0B1526 (or 0x0B1526) is unknown color: approx Black Pearl. HEX triplet: 0B, 15 and 26. RGB value is (11,21,38). Sum of RGB (Red+Green+Blue) = 11+21+38=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 38 (15.23% from 255 or 54.29% from 70); Max value from RGB is 38 - color contains mainly: blue. Hex color #0B1526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1526 is #F4EAD9. Grayscale: #131313. Windows color (decimal): -16050906 or 2495755. OLE color: 2495755.

HSL color Cylindrical-coordinate representation of color #0B1526: hue angle of 217.78º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0B1526 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB112138-
CMYK0.710.4500.85
HSL217.78º55.1%9.61%-
HSV(B)217.78º71.05%14.9%-
XYZ0.760.751.94-
YUV19.95138.19121.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.71%
GREEN value IS 21 (8.59% from 255) = 30%
BLUE value IS 38 (15.23% from 255) = 54.29%
R=15.71%
G=30%
B=54.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1121380.710.4500.85217.7855.19.61
HexB1526472D055da37a
Octal1325461075501253326712
Binary101110101100110100011110110101010101110110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,21,38); }

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

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

 a { background-color: rgb(11,21,38); }

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

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

 span { border-color: rgb(11,21,38); }

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