#0B190D

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

Shades of Black Bean #0B190D

Tints of Black Bean #0B190D

Color information

#0B190D (or 0x0B190D) is unknown color: approx Black Bean. HEX triplet: 0B, 19 and 0D. RGB value is (11,25,13). Sum of RGB (Red+Green+Blue) = 11+25+13=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #0B190D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B190D is #F4E6F2. Grayscale: #131313. Windows color (decimal): -16049907 or 858379. OLE color: 858379.

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

Color convert

RGB112513-
CMYK0.5600.480.90
HSL128.57º38.89%7.06%-
HSV(B)128.57º56%9.8%-
XYZ0.560.80.5-
YUV19.45124.36121.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.45%
GREEN value IS 25 (10.16% from 255) = 51.02%
BLUE value IS 13 (5.47% from 255) = 26.53%
R=22.45%
G=51.02%
B=26.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1125130.5600.480.90128.5738.897.06
HexB19D380305A81277
Octal13311570060132201477
Binary10111100111011110000110000101101010000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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