#0B1B10

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

Shades of Black Bean #0B1B10

Tints of Black Bean #0B1B10

Color information

#0B1B10 (or 0x0B1B10) is unknown color: approx Black Bean. HEX triplet: 0B, 1B and 10. RGB value is (11,27,16). Sum of RGB (Red+Green+Blue) = 11+27+16=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #0B1B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1B10 is #F4E4EF. Grayscale: #141414. Windows color (decimal): -16049392 or 1055499. OLE color: 1055499.

HSL color Cylindrical-coordinate representation of color #0B1B10: hue angle of 138.75º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0B1B10 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB112716-
CMYK0.5900.410.89
HSL138.75º42.11%7.45%-
HSV(B)138.75º59.26%10.59%-
XYZ0.620.890.63-
YUV20.96125.2120.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.37%
GREEN value IS 27 (10.94% from 255) = 50%
BLUE value IS 16 (6.64% from 255) = 29.63%
R=20.37%
G=50%
B=29.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1127160.5900.410.89138.7542.117.45
HexB1B103B029598b2a7
Octal13332073051131213527
Binary101111011100001110110101001101100110001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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