#0B181A

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

Shades of Black Pearl #0B181A

Tints of Black Pearl #0B181A

Color information

#0B181A (or 0x0B181A) is unknown color: approx Black Pearl. HEX triplet: 0B, 18 and 1A. RGB value is (11,24,26). Sum of RGB (Red+Green+Blue) = 11+24+26=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B181A is #F4E7E5. Grayscale: #141414. Windows color (decimal): -16050150 or 1710091. OLE color: 1710091.

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

Color convert

RGB112426-
CMYK0.580.0800.90
HSL188º40.54%7.25%-
HSV(B)188º57.69%10.2%-
XYZ0.650.81.1-
YUV20.34131.19121.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.03%
GREEN value IS 24 (9.77% from 255) = 39.34%
BLUE value IS 26 (10.55% from 255) = 42.62%
R=18.03%
G=39.34%
B=42.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1124260.580.0800.9018840.547.25
HexB181A3A805Abc297
Octal13303272100132274517
Binary1011110001101011101010000101101010111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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