#0D150E

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

Shades of Black Bean #0D150E

Tints of Black Bean #0D150E

Color information

#0D150E (or 0x0D150E) is unknown color: approx Black Bean. HEX triplet: 0D, 15 and 0E. RGB value is (13,21,14). Sum of RGB (Red+Green+Blue) = 13+21+14=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #0D150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D150E is #F2EAF1. Grayscale: #111111. Windows color (decimal): -15919858 or 922893. OLE color: 922893.

HSL color Cylindrical-coordinate representation of color #0D150E: hue angle of 127.5º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0D150E is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.

Color convert

RGB132114-
CMYK0.3800.330.92
HSL127.5º23.53%6.67%-
HSV(B)127.5º38.1%8.24%-
XYZ0.510.650.51-
YUV17.81125.85124.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.08%
GREEN value IS 21 (8.59% from 255) = 43.75%
BLUE value IS 14 (5.86% from 255) = 29.17%
R=27.08%
G=43.75%
B=29.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1321140.3800.330.92127.523.536.67
HexD15E260215C80187
Octal15251646041134200307
Binary1101101011110100110010000110111001000000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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