#0B190F

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

Shades of Black Bean #0B190F

Tints of Black Bean #0B190F

Color information

#0B190F (or 0x0B190F) is unknown color: approx Black Bean. HEX triplet: 0B, 19 and 0F. RGB value is (11,25,15). Sum of RGB (Red+Green+Blue) = 11+25+15=51 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.57% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #0B190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B190F is #F4E6F0. Grayscale: #131313. Windows color (decimal): -16049905 or 989451. OLE color: 989451.

HSL color Cylindrical-coordinate representation of color #0B190F: hue angle of 137.14º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0B190F is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB112515-
CMYK0.5600.400.90
HSL137.14º38.89%7.06%-
HSV(B)137.14º56%9.8%-
XYZ0.570.80.58-
YUV19.67125.36121.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 21.57%
GREEN value IS 25 (10.16% from 255) = 49.02%
BLUE value IS 15 (6.25% from 255) = 29.41%
R=21.57%
G=49.02%
B=29.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1125150.5600.400.90137.1438.897.06
HexB19F380285A89277
Octal13311770050132211477
Binary10111100111111110000101000101101010001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,25,15); }

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

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

 a { background-color: rgb(11,25,15); }

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

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

 span { border-color: rgb(11,25,15); }

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