#0B121A

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

Shades of Black Pearl #0B121A

Tints of Black Pearl #0B121A

Color information

#0B121A (or 0x0B121A) is unknown color: approx Black Pearl. HEX triplet: 0B, 12 and 1A. RGB value is (11,18,26). Sum of RGB (Red+Green+Blue) = 11+18+26=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 26 (10.55% from 255 or 47.27% from 55); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B121A is #F4EDE5. Grayscale: #101010. Windows color (decimal): -16051686 or 1708555. OLE color: 1708555.

HSL color Cylindrical-coordinate representation of color #0B121A: hue angle of 212º 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 #0B121A is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB111826-
CMYK0.580.3100.90
HSL212º40.54%7.25%-
HSV(B)212º57.69%10.2%-
XYZ0.540.581.06-
YUV16.82133.18123.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20%
GREEN value IS 18 (7.42% from 255) = 32.73%
BLUE value IS 26 (10.55% from 255) = 47.27%
R=20%
G=32.73%
B=47.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1118260.580.3100.9021240.547.25
HexB121A3A1F05Ad4297
Octal13223272370132324517
Binary10111001011010111010111110101101011010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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