#0C150D

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

Shades of Black Bean #0C150D

Tints of Black Bean #0C150D

Color information

#0C150D (or 0x0C150D) is unknown color: approx Black Bean. HEX triplet: 0C, 15 and 0D. RGB value is (12,21,13). Sum of RGB (Red+Green+Blue) = 12+21+13=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #0C150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C150D is #F3EAF2. Grayscale: #111111. Windows color (decimal): -15985395 or 857356. OLE color: 857356.

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

Color convert

RGB122113-
CMYK0.4300.380.92
HSL126.67º27.27%6.47%-
HSV(B)126.67º42.86%8.24%-
XYZ0.490.640.48-
YUV17.4125.52124.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.09%
GREEN value IS 21 (8.59% from 255) = 45.65%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=26.09%
G=45.65%
B=28.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1221130.4300.380.92126.6727.276.47
HexC15D2B0265C7f1b6
Octal14251553046134177336
Binary110010101110110101101001101011100111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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