#0B1B1C

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

Shades of Black Pearl #0B1B1C

Tints of Black Pearl #0B1B1C

Color information

#0B1B1C (or 0x0B1B1C) is unknown color: approx Black Pearl. HEX triplet: 0B, 1B and 1C. RGB value is (11,27,28). Sum of RGB (Red+Green+Blue) = 11+27+28=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 27 (10.94% from 255 or 40.91% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B1B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1B1C is #F4E4E3. Grayscale: #161616. Windows color (decimal): -16049380 or 1841931. OLE color: 1841931.

HSL color Cylindrical-coordinate representation of color #0B1B1C: hue angle of 183.53º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0B1B1C is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB112728-
CMYK0.610.0400.89
HSL183.53º43.59%7.65%-
HSV(B)183.53º60.71%10.98%-
XYZ0.740.941.24-
YUV22.33131.2119.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.67%
GREEN value IS 27 (10.94% from 255) = 40.91%
BLUE value IS 28 (11.33% from 255) = 42.42%
R=16.67%
G=40.91%
B=42.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1127280.610.0400.89183.5343.597.65
HexB1B1C3D4059b82c8
Octal13333475401312705410
Binary1011110111110011110110001011001101110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,27,28); }

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

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

 a { background-color: rgb(11,27,28); }

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

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

 span { border-color: rgb(11,27,28); }

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