#0C0F0D

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

Shades of Black Bean #0C0F0D

Tints of Black Bean #0C0F0D

Color information

#0C0F0D (or 0x0C0F0D) is unknown color: approx Black Bean. HEX triplet: 0C, 0F and 0D. RGB value is (12,15,13). Sum of RGB (Red+Green+Blue) = 12+15+13=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 15 - color contains mainly: green. Hex color #0C0F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F0D is #F3F0F2. Grayscale: #0D0D0D. Windows color (decimal): -15986931 or 855820. OLE color: 855820.

HSL color Cylindrical-coordinate representation of color #0C0F0D: hue angle of 140º degrees, saturation: 0.11, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #0C0F0D is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.

Color convert

RGB121513-
CMYK0.2000.130.94
HSL140º11.11%5.29%-
HSV(B)140º20%5.88%-
XYZ0.40.450.45-
YUV13.88127.51126.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 30%
GREEN value IS 15 (6.25% from 255) = 37.5%
BLUE value IS 13 (5.47% from 255) = 32.5%
R=30%
G=37.5%
B=32.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1215130.2000.130.9414011.115.29
HexCFD140D5E8cb5
Octal14171524015136214135
Binary11001111110110100011011011110100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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