#0D150F

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

Shades of Black Bean #0D150F

Tints of Black Bean #0D150F

Color information

#0D150F (or 0x0D150F) is unknown color: approx Black Bean. HEX triplet: 0D, 15 and 0F. RGB value is (13,21,15). Sum of RGB (Red+Green+Blue) = 13+21+15=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #0D150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D150F is #F2EAF0. Grayscale: #111111. Windows color (decimal): -15919857 or 988429. OLE color: 988429.

HSL color Cylindrical-coordinate representation of color #0D150F: hue angle of 135º 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 #0D150F is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB132115-
CMYK0.3800.290.92
HSL135º23.53%6.67%-
HSV(B)135º38.1%8.24%-
XYZ0.520.660.55-
YUV17.92126.35124.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 26.53%
GREEN value IS 21 (8.59% from 255) = 42.86%
BLUE value IS 15 (6.25% from 255) = 30.61%
R=26.53%
G=42.86%
B=30.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1321150.3800.290.9213523.536.67
HexD15F2601D5C87187
Octal15251746035134207307
Binary110110101111110011001110110111001000011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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