#0D110E

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

Shades of Black Bean #0D110E

Tints of Black Bean #0D110E

Color information

#0D110E (or 0x0D110E) is unknown color: approx Black Bean. HEX triplet: 0D, 11 and 0E. RGB value is (13,17,14). Sum of RGB (Red+Green+Blue) = 13+17+14=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 17 - color contains mainly: green. Hex color #0D110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D110E is #F2EEF1. Grayscale: #0F0F0F. Windows color (decimal): -15920882 or 921869. OLE color: 921869.

HSL color Cylindrical-coordinate representation of color #0D110E: hue angle of 135º degrees, saturation: 0.13, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #0D110E is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.93.

Color convert

RGB131714-
CMYK0.2400.180.93
HSL135º13.33%5.88%-
HSV(B)135º23.53%6.67%-
XYZ0.450.520.49-
YUV15.46127.17126.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 29.55%
GREEN value IS 17 (7.03% from 255) = 38.64%
BLUE value IS 14 (5.86% from 255) = 31.82%
R=29.55%
G=38.64%
B=31.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1317140.2400.180.9313513.335.88
HexD11E180125D87d6
Octal15211630022135207156
Binary1101100011110110000100101011101100001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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