#0B190E

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

Shades of Black Bean #0B190E

Tints of Black Bean #0B190E

Color information

#0B190E (or 0x0B190E) is unknown color: approx Black Bean. HEX triplet: 0B, 19 and 0E. RGB value is (11,25,14). Sum of RGB (Red+Green+Blue) = 11+25+14=50 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #0B190E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B190E is #F4E6F1. Grayscale: #131313. Windows color (decimal): -16049906 or 923915. OLE color: 923915.

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

Color convert

RGB112514-
CMYK0.5600.440.90
HSL132.86º38.89%7.06%-
HSV(B)132.86º56%9.8%-
XYZ0.560.80.54-
YUV19.56124.86121.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22%
GREEN value IS 25 (10.16% from 255) = 50%
BLUE value IS 14 (5.86% from 255) = 28%
R=22%
G=50%
B=28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1125140.5600.440.90132.8638.897.06
HexB19E3802C5A85277
Octal13311670054132205477
Binary10111100111101110000101100101101010000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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