#0C160C

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

Shades of Black Bean #0C160C

Tints of Black Bean #0C160C

Color information

#0C160C (or 0x0C160C) is unknown color: approx Black Bean. HEX triplet: 0C, 16 and 0C. RGB value is (12,22,12). Sum of RGB (Red+Green+Blue) = 12+22+12=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 22 - color contains mainly: green. Hex color #0C160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C160C is #F3E9F3. Grayscale: #111111. Windows color (decimal): -15985140 or 792076. OLE color: 792076.

HSL color Cylindrical-coordinate representation of color #0C160C: hue angle of 120º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0C160C is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.91.

Color convert

RGB122212-
CMYK0.4500.450.91
HSL120º29.41%6.67%-
HSV(B)120º45.45%8.63%-
XYZ0.50.680.45-
YUV17.87124.69123.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.09%
GREEN value IS 22 (8.98% from 255) = 47.83%
BLUE value IS 12 (5.08% from 255) = 26.09%
R=26.09%
G=47.83%
B=26.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1222120.4500.450.9112029.416.67
HexC16C2D02D5B781d7
Octal14261455055133170357
Binary110010110110010110101011011011011111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,22,12); }

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

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

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

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

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

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

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