#0D190E

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

Shades of Black Bean #0D190E

Tints of Black Bean #0D190E

Color information

#0D190E (or 0x0D190E) is unknown color: approx Black Bean. HEX triplet: 0D, 19 and 0E. RGB value is (13,25,14). Sum of RGB (Red+Green+Blue) = 13+25+14=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 25 - color contains mainly: green. Hex color #0D190E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D190E is #F2E6F1. Grayscale: #141414. Windows color (decimal): -15918834 or 923917. OLE color: 923917.

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

Color convert

RGB132514-
CMYK0.4800.440.90
HSL125º31.58%7.45%-
HSV(B)125º48%9.8%-
XYZ0.590.810.54-
YUV20.16124.52122.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25%
GREEN value IS 25 (10.16% from 255) = 48.08%
BLUE value IS 14 (5.86% from 255) = 26.92%
R=25%
G=48.08%
B=26.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1325140.4800.440.9012531.587.45
HexD19E3002C5A7d207
Octal15311660054132175407
Binary1101110011110110000010110010110101111101100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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