#0B1C10

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

Shades of Black Bean #0B1C10

Tints of Black Bean #0B1C10

Color information

#0B1C10 (or 0x0B1C10) is unknown color: approx Black Bean. HEX triplet: 0B, 1C and 10. RGB value is (11,28,16). Sum of RGB (Red+Green+Blue) = 11+28+16=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #0B1C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1C10 is #F4E3EF. Grayscale: #151515. Windows color (decimal): -16049136 or 1055755. OLE color: 1055755.

HSL color Cylindrical-coordinate representation of color #0B1C10: hue angle of 137.65º 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 #0B1C10 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.89.

Color convert

RGB112816-
CMYK0.6100.430.89
HSL137.65º43.59%7.65%-
HSV(B)137.65º60.71%10.98%-
XYZ0.650.940.64-
YUV21.55124.87120.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20%
GREEN value IS 28 (11.33% from 255) = 50.91%
BLUE value IS 16 (6.64% from 255) = 29.09%
R=20%
G=50.91%
B=29.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1128160.6100.430.89137.6543.597.65
HexB1C103D02B598a2c8
Octal133420750531312125410
Binary1011111001000011110101010111011001100010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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